Skip to content

Commit 88ce96f

Browse files
authored
Merge pull request #839 from jhoblitt/feature/spec-support-dir
add spec/support/spec/** dir for symmetry with _acceptance.rb
2 parents 9866cfc + 53b2be6 commit 88ce96f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

moduleroot/spec/spec_helper.rb.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ end
3535

3636
<%= line %>
3737
<%- end -%>
38+
Dir['./spec/support/spec/**/*.rb'].sort.each { |f| require f }

0 commit comments

Comments
 (0)