Skip to content

Commit

Permalink
Set RSpec as default test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyoseni committed Jul 28, 2019
1 parent 3bfbd4d commit 45217c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ class Application < Rails::Application
# Application configuration can go into files in config/initializers
# -- all .rb files in that directory are automatically loaded after loading
# the framework and any gems in your application.

config.generators do |g|
g.test_framework :rspec
end
end
end

0 comments on commit 45217c7

Please sign in to comment.