From a24c65ad34b53e1e07af71196a31cd836ced8d10 Mon Sep 17 00:00:00 2001 From: Koichi TANAKA Date: Wed, 3 Dec 2014 16:27:55 +0900 Subject: [PATCH] Add gem `rspec-its` --- Gemfile | 1 + Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index f0838e9..5e412e8 100644 --- a/Gemfile +++ b/Gemfile @@ -16,6 +16,7 @@ group :development do end group :test do + gem "rspec-its" gem "factory_girl_rails" gem "database_cleaner", "~> 1.2.0" gem "capybara", "~> 2.2.1" diff --git a/Gemfile.lock b/Gemfile.lock index 7da1575..30bbab8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -178,6 +178,9 @@ GEM rspec-core (2.99.2) rspec-expectations (2.99.2) 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-rails (2.99.0) actionpack (>= 3.0) @@ -248,6 +251,7 @@ DEPENDENCIES pry pry-rails rake + rspec-its rspec-rails (~> 2.99) simplecov (~> 0.7.1) timecop