1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove duplicated assertion from api_app_generator tests

This commit is contained in:
Jorge Bejar 2015-12-09 10:49:59 -03:00
parent 34bfca2fee
commit 3a94ced8a1

View file

@ -40,8 +40,6 @@ class ApiAppGeneratorTest < Rails::Generators::TestCase
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|