Skip to content

Commit

Permalink
No need to test for rack-cache present in Gemfile
Browse files Browse the repository at this point in the history
as it's removed here 
1fc7954
  • Loading branch information
arunagw committed Oct 11, 2012
1 parent cd98c25 commit fdc4c84
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions railties/test/generators/app_generator_test.rb
Expand Up @@ -302,11 +302,6 @@ def test_inclusion_of_debugger
assert_file "Gemfile", /# gem 'debugger'/
end

def test_inclusion_of_rack_cache
run_generator
assert_file "Gemfile", /gem 'rack-cache'/
end

def test_template_from_dir_pwd
FileUtils.cd(Rails.root)
assert_match(/It works from file!/, run_generator([destination_root, "-m", "lib/template.rb"]))
Expand Down

0 comments on commit fdc4c84

Please sign in to comment.