Xavier Noria
4b6c68dfb8
applies new string literal convention in actionview/test
...
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
2016-08-06 18:50:17 +02:00
Carlos Antonio da Silva
c5b76b5362
Prefer assert_raise instead of flunk + rescue to test for exceptions
...
Change most tests to make use of assert_raise returning the raised
exception rather than relying on a combination of flunk + rescue to
check for exception types/messages.
2013-12-19 09:20:51 -02:00
Alex Johnson
01ef2c1943
Refactor File.expand_path usage to remove additional File.join
2013-11-05 10:50:03 +05:30
Łukasz Strzałkowski
e10a25310f
Move abstract's controller tests to AV
...
The ones that were actually testing AV functionality and should belong in there
2013-08-25 11:40:11 +02:00