spec/integration/integration_spec.rb in draper-3.1.0 vs spec/integration/integration_spec.rb in draper-4.0.0
- old
+ new
@@ -1,7 +1,8 @@
require 'spec_helper'
require 'support/dummy_app'
require 'support/matchers/have_text'
+SimpleCov.command_name 'test:integration'
app = DummyApp.new(ENV["RAILS_ENV"])
spec_types = {
view: ["/posts/1", "PostsController"],
mailer: ["/posts/1/mail", "PostMailer"]