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:
parent
34bfca2fee
commit
3a94ced8a1
1 changed files with 0 additions and 2 deletions
|
@ -40,8 +40,6 @@ class ApiAppGeneratorTest < Rails::Generators::TestCase
|
||||||
assert_no_match(/gem 'jbuilder'/, content)
|
assert_no_match(/gem 'jbuilder'/, content)
|
||||||
assert_no_match(/gem 'web-console'/, content)
|
assert_no_match(/gem 'web-console'/, content)
|
||||||
assert_match(/gem 'active_model_serializers'/, content)
|
assert_match(/gem 'active_model_serializers'/, content)
|
||||||
|
|
||||||
assert_no_match(/gem 'web-console'/, content)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
assert_file "config/application.rb" do |content|
|
assert_file "config/application.rb" do |content|
|
||||||
|
|
Loading…
Reference in a new issue