Skip to content

Commit ed5824f

Browse files
committed
Fix incorrect partial double
1 parent 11ec066 commit ed5824f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rspec/rails/example/view_example_group_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module ::ApplicationHelper; end
5656
end
5757

5858
it 'includes the application helper' do
59-
group = RSpec::Core::Example.describe 'bars/new.html.erb'
59+
group = RSpec::Core::ExampleGroup.describe 'bars/new.html.erb'
6060
expect(group).to receive(:helper).with(ApplicationHelper)
6161
group.class_exec do
6262
include ViewExampleGroup

0 commit comments

Comments
 (0)