We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ec066 commit ed5824fCopy full SHA for ed5824f
spec/rspec/rails/example/view_example_group_spec.rb
@@ -56,7 +56,7 @@ module ::ApplicationHelper; end
56
end
57
58
it 'includes the application helper' do
59
- group = RSpec::Core::Example.describe 'bars/new.html.erb'
+ group = RSpec::Core::ExampleGroup.describe 'bars/new.html.erb'
60
expect(group).to receive(:helper).with(ApplicationHelper)
61
group.class_exec do
62
include ViewExampleGroup
0 commit comments