mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
Added cov for robot
This commit is contained in:
parent
d82479485c
commit
6497f37f87
4 changed files with 16 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue