We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361ff25 commit bc8c8fbCopy full SHA for bc8c8fb
.simplecov
@@ -0,0 +1,5 @@
1
+require "simplecov"
2
+
3
+SimpleCov.start do
4
+ add_filter "spec/support/movie_context.rb"
5
+end
0 commit comments