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

Use proper nested example group include statement #496

Merged
merged 2 commits into from
Feb 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
--order random
--color
--warnings
-r spec_helper
4 changes: 2 additions & 2 deletions spec/rspec/support/warnings_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
warning_object.warning 'Message'
end

it_should_behave_like 'warning helper', :warning
it_behaves_like 'warning helper', :warning
end

describe "#warn_with message, options" do
it_should_behave_like 'warning helper', :warn_with
it_behaves_like 'warning helper', :warn_with
end
end