This commit is contained in:
Santiago Pastorino 2012-04-16 23:36:09 -03:00
parent 86c640a162
commit 3df776c9ad
1 changed files with 2 additions and 2 deletions

View File

@ -294,10 +294,10 @@ class AppGeneratorTest < Rails::Generators::TestCase
end
end
def test_inclusion_of_ruby_debug19
def test_inclusion_of_debugger
run_generator
assert_file "Gemfile" do |contents|
assert_match(/gem 'ruby-debug19', :require => 'ruby-debug'/, contents)
assert_match(/gem 'debugger'/, contents)
end
end