1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Add pry and rspec.

This commit is contained in:
Dan Barber 2013-05-21 21:02:47 +01:00
parent 25dbb83475
commit d994e262c5
2 changed files with 25 additions and 0 deletions

View File

@ -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'

View File

@ -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