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 f33af16 commit 9b6dda7Copy full SHA for 9b6dda7
spec/spec_helper.rb
@@ -72,6 +72,4 @@ def self.run_all(reporter = nil)
72
example.run
73
end
74
75
-
76
- config.include RSpec::Rails::FeatureCheck, type: :generator
77
spec/support/generators.rb
@@ -17,6 +17,7 @@ def setup_default_destination
17
18
def self.included(klass)
19
klass.extend(Macros)
20
+ klass.include(RSpec::Rails::FeatureCheck)
21
22
23
shared_examples_for 'a model generator with fixtures' do |name, class_name|
0 commit comments