Add gem rspec-its

This commit is contained in:
Koichi TANAKA 2014-12-03 16:27:55 +09:00
parent c501a76264
commit a24c65ad34
2 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,7 @@ group :development do
end end
group :test do group :test do
gem "rspec-its"
gem "factory_girl_rails" gem "factory_girl_rails"
gem "database_cleaner", "~> 1.2.0" gem "database_cleaner", "~> 1.2.0"
gem "capybara", "~> 2.2.1" gem "capybara", "~> 2.2.1"

View File

@ -178,6 +178,9 @@ GEM
rspec-core (2.99.2) rspec-core (2.99.2)
rspec-expectations (2.99.2) rspec-expectations (2.99.2)
diff-lcs (>= 1.1.3, < 2.0) diff-lcs (>= 1.1.3, < 2.0)
rspec-its (1.0.1)
rspec-core (>= 2.99.0.beta1)
rspec-expectations (>= 2.99.0.beta1)
rspec-mocks (2.99.2) rspec-mocks (2.99.2)
rspec-rails (2.99.0) rspec-rails (2.99.0)
actionpack (>= 3.0) actionpack (>= 3.0)
@ -248,6 +251,7 @@ DEPENDENCIES
pry pry
pry-rails pry-rails
rake rake
rspec-its
rspec-rails (~> 2.99) rspec-rails (~> 2.99)
simplecov (~> 0.7.1) simplecov (~> 0.7.1)
timecop timecop