mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo for api_app_generator_test
This commit is contained in:
parent
24ee261680
commit
029b633e39
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class ApiAppGeneratorTest < Rails::Generators::TestCase
|
|||
run_generator
|
||||
|
||||
assert_file ".gitignore" do |content|
|
||||
assert_no_match(/\/public\/asserts/, content)
|
||||
assert_no_match(/\/public\/assets/, content)
|
||||
end
|
||||
|
||||
assert_file "Gemfile" do |content|
|
||||
|
|
Loading…
Reference in a new issue