Skip to content

Commit

Permalink
[ci] rails 5: Fix running rails rake test:units / rake test:functionals
Browse files Browse the repository at this point in the history
Certain directories are now required when running rake test:{units,functionals}.
  units:       "test/models", "test/helpers", "test/unit"
  functionals: "test/controllers", "test/mailers", "test/functional"

-> /usr/lib64/ruby/gems/2.3.0/gems/railties-5.0.0/lib/rails/test_unit/testing.rake
  • Loading branch information
bgeuken committed Aug 25, 2016
1 parent 44caa1d commit c974239
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 0 deletions.
Empty file added src/api/test/controllers/.keep
Empty file.
Empty file added src/api/test/helpers/.keep
Empty file.
Empty file added src/api/test/mailers/.keep
Empty file.

0 comments on commit c974239

Please sign in to comment.