Skip to content

Commit

Permalink
Remove duplicated assertion from api_app_generator tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbejar committed Dec 9, 2015
1 parent 34bfca2 commit 3a94ced
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions railties/test/generators/api_app_generator_test.rb
Expand Up @@ -40,8 +40,6 @@ def test_api_modified_files
assert_no_match(/gem 'jbuilder'/, content)
assert_no_match(/gem 'web-console'/, content)
assert_match(/gem 'active_model_serializers'/, content)

assert_no_match(/gem 'web-console'/, content)
end

assert_file "config/application.rb" do |content|
Expand Down

0 comments on commit 3a94ced

Please sign in to comment.