Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 2a0d097

Browse files
committed
Use proper nested example group include statement
1 parent 2620932 commit 2a0d097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/rspec/support/warnings_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
warning_object.warning 'Message'
5757
end
5858

59-
it_should_behave_like 'warning helper', :warning
59+
it_behaves_like 'warning helper', :warning
6060
end
6161

6262
describe "#warn_with message, options" do
63-
it_should_behave_like 'warning helper', :warn_with
63+
it_behaves_like 'warning helper', :warn_with
6464
end
6565
end

0 commit comments

Comments
 (0)