Added cov for robot

This commit is contained in:
Priit Tamboom 2014-10-06 13:49:09 +03:00
parent d82479485c
commit 6497f37f87
4 changed files with 16 additions and 1 deletions

View file

@ -6,6 +6,11 @@ require 'rspec/rails'
require 'shoulda/matchers'
require 'capybara/poltergeist'
if ENV['ROBOT']
require 'simplecov'
SimpleCov.start 'rails'
end
# Requires supporting ruby files with custom matchers and macros, etc, in
# spec/support/ and its subdirectories. Files matching `spec/**/*_spec.rb` are
# run as spec files by default. This means that files in spec/support that end