Merge branch 'master' of github.com:internetee/registry

This commit is contained in:
Martin Lensment 2014-10-06 15:29:31 +03:00
commit 9519538744
7 changed files with 60 additions and 8 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