Skip to content

Commit

Permalink
Merge pull request #839 from jhoblitt/feature/spec-support-dir
Browse files Browse the repository at this point in the history
add spec/support/spec/** dir for symmetry with _acceptance.rb
  • Loading branch information
jhoblitt authored Jun 30, 2023
2 parents 9866cfc + 53b2be6 commit 88ce96f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moduleroot/spec/spec_helper.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ end
<%= line %>
<%- end -%>
Dir['./spec/support/spec/**/*.rb'].sort.each { |f| require f }

0 comments on commit 88ce96f

Please sign in to comment.