Skip to content

Commit f26420b

Browse files
committed
Missed monkeypatching.rb
1 parent df2f1c8 commit f26420b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

rspec-steps.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "rspec-steps"
3-
spec.version = "2.0.0"
3+
spec.version = "2.0.1"
44
author_list = {
55
"Judson Lester" => "judson@lrdesign.com",
66
"Evan Dorn" => "evan@lrdesign.com"
@@ -31,6 +31,7 @@ Gem::Specification.new do |spec|
3131
lib/rspec-steps/hook.rb
3232
lib/rspec-steps/step-result.rb
3333
lib/rspec-steps/lets.rb
34+
lib/rspec-steps/monkeypatching.rb
3435
doc/README
3536
doc/Specifications
3637
spec/example_group_spec.rb

spec/example_group_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require 'rspec-steps'
22
require 'rspec-sandbox'
3+
require 'rspec-steps/monkeypatching'
34

45
describe RSpec::Core::ExampleGroup do
56
describe "with Stepwise included" do

0 commit comments

Comments
 (0)