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