We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc8c3c commit b27c361Copy full SHA for b27c361
lib/rspec-steps/stepwise.rb
@@ -86,7 +86,7 @@ def with_around_hooks
86
87
def self.warnings
88
@warnings ||= Hash.new do |h,warning|
89
- warn warning
+ puts warning #should be warn, but RSpec complains
90
h[warning] = true
91
end
92
0 commit comments