Skip to content

Commit 0985e31

Browse files
committed
fixup! revert removal of require in doc
1 parent fd20a53 commit 0985e31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/directory_structure.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ Feature: Directory Structure
151151
Scenario: Non-rails related specs do not require `:type` metadata by default
152152
Given a file named "spec/ledger/entry_spec.rb" with:
153153
"""ruby
154+
require "spec_helper"
155+
154156
Entry = Struct.new(:description, :us_cents)
155157
156158
RSpec.describe Entry do

0 commit comments

Comments
 (0)