Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
ignore TravelPhotosController from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Jun 5, 2016
1 parent 9559c20 commit 861670c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/test_helper.rb
@@ -1,7 +1,11 @@
require 'simplecov'
require 'coveralls'
require 'support//wait_for_ajax'

Coveralls.wear!('rails')
SimpleCov.formatter = Coveralls::SimpleCov::Formatter
SimpleCov.start do
add_filter 'app/controllers/travel_photos_controller.rb'
end

ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
Expand Down

0 comments on commit 861670c

Please sign in to comment.