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

Commit

Permalink
enable check coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Jun 25, 2016
1 parent d0a17e7 commit 1474c14
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
require 'simplecov'
require 'coveralls'
require 'support//wait_for_ajax'

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

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

0 comments on commit 1474c14

Please sign in to comment.