Skip to content

Commit

Permalink
Merge pull request #115 from tricknotes/require-rails-helper
Browse files Browse the repository at this point in the history
Require `rails_helper` instead of `spec_helper` on rspec
  • Loading branch information
fgrehm authored Oct 28, 2021
2 parents feea82d + 74e665c commit c19a7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--order rand
--color
--format progress
--require spec_helper
--require rails_helper

0 comments on commit c19a7f4

Please # to comment.