Skip to content

Commit

Permalink
Run the view tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
NZKoz committed Aug 5, 2009
1 parent bf00de0 commit 95db8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/Rakefile
Expand Up @@ -29,7 +29,7 @@ Rake::TestTask.new(:test_action_pack) do |t|


# make sure we include the tests in alphabetical order as on some systems # make sure we include the tests in alphabetical order as on some systems
# this will not happen automatically and the tests (as a whole) will error # this will not happen automatically and the tests (as a whole) will error
t.test_files = Dir.glob( "test/[cft]*/**/*_test.rb" ).sort t.test_files = Dir.glob( "test/[cftv]*/**/*_test.rb" ).sort


t.verbose = true t.verbose = true
#t.warning = true #t.warning = true
Expand Down

0 comments on commit 95db8aa

Please sign in to comment.