Skip to content

Commit

Permalink
Merge pull request rsim#2098 from yahonda/rspec_autorun
Browse files Browse the repository at this point in the history
Require `rspec/autorun` to run one line spec file
  • Loading branch information
yahonda committed Jan 5, 2021
2 parents c184d57 + e3c59d6 commit 20fa93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/bug_report_templates/active_record_gem_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
end

require "active_record"
require "rspec"
require "rspec/autorun"
require "logger"
require "active_record/connection_adapters/oracle_enhanced_adapter"

Expand Down

0 comments on commit 20fa93f

Please sign in to comment.