Skip to content

Commit

Permalink
Merge pull request #483 from trade-tariff/disable_dsl_in_main
Browse files Browse the repository at this point in the history
Disable RSpec dsl in main
  • Loading branch information
willfish committed May 17, 2022
2 parents 181768b + 40c1b43 commit 24ea19c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/rails_helper.rb
Expand Up @@ -19,6 +19,7 @@
config.infer_spec_type_from_file_location!
config.filter_rails_from_backtrace!
config.example_status_persistence_file_path = 'rspec.txt'
config.expose_dsl_globally = false
config.include FactoryBot::Syntax::Methods
config.include Rails.application.routes.url_helpers, :step
config.before do
Expand Down

0 comments on commit 24ea19c

Please sign in to comment.