mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Merge branch 'master' of github.com:internetee/registry
This commit is contained in:
commit
9519538744
7 changed files with 60 additions and 8 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