Skip to content

Commit ad5bc22

Browse files
committed
Stop using globally exposed DSL
1 parent 0088716 commit ad5bc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/shared_examples.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'pathname'
22

3-
shared_examples_for "an rspec-rails example group mixin" do |type, *paths|
3+
RSpec.shared_examples_for "an rspec-rails example group mixin" do |type, *paths|
44
let(:mixin) { described_class }
55

66
def define_group_in(path, group_definition)

0 commit comments

Comments
 (0)