From d994e262c59a5d99ec60f3a97185fabc644715eb Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Tue, 21 May 2013 21:02:47 +0100 Subject: [PATCH] Add pry and rspec. --- Gemfile | 5 +++++ Gemfile.lock | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/Gemfile b/Gemfile index f77e214..1f0c917 100644 --- a/Gemfile +++ b/Gemfile @@ -43,6 +43,11 @@ group :development do gem 'yaml_db' end +group :test, :development do + gem 'rspec-rails' + gem 'pry' +end + group :test do gem 'factory_girl_rails' gem 'shoulda-matchers' diff --git a/Gemfile.lock b/Gemfile.lock index 6600545..43199c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,6 +90,7 @@ GEM orm_adapter (~> 0.1) railties (~> 3.1) warden (~> 1.2.1) + diff-lcs (1.1.3) erubis (2.7.0) eventmachine (1.0.3) execjs (1.4.0) @@ -119,6 +120,7 @@ GEM i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) + method_source (0.8.1) mime-types (1.22) multi_json (1.7.2) newrelic_rpm (3.5.6.55) @@ -136,6 +138,10 @@ GEM polyglot (0.3.3) powder (0.1.8) thor (>= 0.11.5) + pry (0.9.12) + coderay (~> 1.0.5) + method_source (~> 0.8) + slop (~> 3.4) rack (1.4.5) rack-cache (1.2) rack (>= 0.4) @@ -162,6 +168,17 @@ GEM rdiscount (1.6.8) rdoc (3.12.2) json (~> 1.4) + rspec-core (2.12.2) + rspec-expectations (2.12.1) + diff-lcs (~> 1.1.3) + rspec-mocks (2.12.2) + rspec-rails (2.12.2) + actionpack (>= 3.0) + activesupport (>= 3.0) + railties (>= 3.0) + rspec-core (~> 2.12.0) + rspec-expectations (~> 2.12.0) + rspec-mocks (~> 2.12.0) ruby_parser (3.1.1) sexp_processor (~> 4.1) sass (3.2.5) @@ -172,6 +189,7 @@ GEM sexp_processor (4.1.4) shoulda-matchers (2.1.0) activesupport (>= 3.0.0) + slop (3.4.3) sprockets (2.2.2) hike (~> 1.2) multi_json (~> 1.0) @@ -228,8 +246,10 @@ DEPENDENCIES pg poltergeist! powder + pry rails (~> 3.2.0) rdiscount + rspec-rails ruby_parser sass-rails (~> 3.2.0) shoulda-matchers