mirror of
https://github.com/internetee/registry.git
synced 2025-08-11 03:59:33 +02:00
added rspec commond to spring and require missing libs
This commit is contained in:
parent
e59152c12b
commit
882161807d
3 changed files with 5 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -133,6 +133,7 @@ group :development, :test do
|
||||||
# Spring speeds up development by keeping your application running in the background.
|
# Spring speeds up development by keeping your application running in the background.
|
||||||
# Read more: https://github.com/rails/spring
|
# Read more: https://github.com/rails/spring
|
||||||
gem 'spring', '~> 1.2.0'
|
gem 'spring', '~> 1.2.0'
|
||||||
|
gem 'spring-commands-rspec', '~> 1.0.2'
|
||||||
|
|
||||||
# bundle exec rake doc:rails generates the API under doc/api.
|
# bundle exec rake doc:rails generates the API under doc/api.
|
||||||
gem 'sdoc', '~> 0.4.0'
|
gem 'sdoc', '~> 0.4.0'
|
||||||
|
|
|
@ -310,6 +310,8 @@ GEM
|
||||||
tilt (>= 1.3.3, < 2.1)
|
tilt (>= 1.3.3, < 2.1)
|
||||||
slop (3.6.0)
|
slop (3.6.0)
|
||||||
spring (1.2.0)
|
spring (1.2.0)
|
||||||
|
spring-commands-rspec (1.0.2)
|
||||||
|
spring (>= 0.9.1)
|
||||||
sprockets (2.8.0)
|
sprockets (2.8.0)
|
||||||
hike (~> 1.2)
|
hike (~> 1.2)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
|
@ -414,6 +416,7 @@ DEPENDENCIES
|
||||||
simplecov (~> 0.9.1)
|
simplecov (~> 0.9.1)
|
||||||
simpleidn (~> 0.0.5)
|
simpleidn (~> 0.0.5)
|
||||||
spring (~> 1.2.0)
|
spring (~> 1.2.0)
|
||||||
|
spring-commands-rspec (~> 1.0.2)
|
||||||
therubyracer
|
therubyracer
|
||||||
traceroute (~> 0.4.0)
|
traceroute (~> 0.4.0)
|
||||||
turbolinks
|
turbolinks
|
||||||
|
|
|
@ -5,6 +5,7 @@ require File.expand_path('../../config/environment', __FILE__)
|
||||||
require 'rspec/rails'
|
require 'rspec/rails'
|
||||||
require 'shoulda/matchers'
|
require 'shoulda/matchers'
|
||||||
require 'capybara/poltergeist'
|
require 'capybara/poltergeist'
|
||||||
|
require 'paper_trail/frameworks/rspec'
|
||||||
|
|
||||||
if ENV['ROBOT']
|
if ENV['ROBOT']
|
||||||
require 'simplecov'
|
require 'simplecov'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue