Skip to content

Commit d7153a9

Browse files
committed
debug
1 parent a2b7c37 commit d7153a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/system_specs/system_specs.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ Feature: System specs
8787
Given a file named "spec/system/widget_system_spec.rb" with:
8888
"""ruby
8989
require "rails_helper"
90+
puts File.read("spec/rails_helper.rb")
91+
puts File.read("spec/spec_helper.rb")
9092
9193
RSpec.describe "Widget management", type: :system do
9294
before do

0 commit comments

Comments
 (0)