Skip to content

Commit be1d197

Browse files
committed
Eagerly load example groups before stubbing Rails
1 parent 012f864 commit be1d197

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/rspec/rails/configuration_spec.rb

+2
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def in_inferring_type_from_location_environment
291291
end
292292

293293
it "metadata `type: :request` sets up request example groups" do
294+
require "rspec/rails/example/request_example_group"
294295
a_rails_app = double("Rails application")
295296
the_rails_module = Module.new {
296297
def self.version; end
@@ -328,6 +329,7 @@ def self.application; end
328329
end
329330

330331
it "metadata `type: :feature` sets up feature example groups" do
332+
require "rspec/rails/example/feature_example_group"
331333
a_rails_app = double("Rails application")
332334
the_rails_module = Module.new {
333335
def self.version; end

0 commit comments

Comments
 (0)