Skip to content

Commit

Permalink
ActiveSupport::TestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
jlong committed Jan 28, 2010
1 parent 6efbac7 commit ef05615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/generators/extension_generator_spec.rb
Expand Up @@ -179,7 +179,7 @@
it "should generate extension test helper file" do
'vendor/extensions/sample'.should have_generated_file('test/test_helper.rb') do |body|
body.should match(/require 'test\/unit'/)
body.should match(/class Test::Unit::TestCase\n((\n|\s*.*\n)*)end/)
body.should match(/class ActiveSupport::TestCase\n((\n|\s*.*\n)*)end/)
end
end

Expand Down

0 comments on commit ef05615

Please sign in to comment.