We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 324e98e + 0d92b82 commit 7cf3da1Copy full SHA for 7cf3da1
spec/spec_helper.rb
@@ -74,4 +74,8 @@ def self.run_all(reporter = nil)
74
example.run
75
end
76
77
+
78
+ # TODO: Remove once https://github.com/alexrothenberg/ammeter/pull/64 is merged
79
+ # Work around ammeter's incompatibility with RSpec 4
80
+ config.include Ammeter::RSpec::Rails::GeneratorExampleGroup, type: :generator
81
0 commit comments