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:
parent
25dbb83475
commit
d994e262c5
5
Gemfile
5
Gemfile
@ -43,6 +43,11 @@ group :development do
|
|||||||
gem 'yaml_db'
|
gem 'yaml_db'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
group :test, :development do
|
||||||
|
gem 'rspec-rails'
|
||||||
|
gem 'pry'
|
||||||
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'factory_girl_rails'
|
gem 'factory_girl_rails'
|
||||||
gem 'shoulda-matchers'
|
gem 'shoulda-matchers'
|
||||||
|
|||||||
20
Gemfile.lock
20
Gemfile.lock
@ -90,6 +90,7 @@ GEM
|
|||||||
orm_adapter (~> 0.1)
|
orm_adapter (~> 0.1)
|
||||||
railties (~> 3.1)
|
railties (~> 3.1)
|
||||||
warden (~> 1.2.1)
|
warden (~> 1.2.1)
|
||||||
|
diff-lcs (1.1.3)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
eventmachine (1.0.3)
|
eventmachine (1.0.3)
|
||||||
execjs (1.4.0)
|
execjs (1.4.0)
|
||||||
@ -119,6 +120,7 @@ GEM
|
|||||||
i18n (>= 0.4.0)
|
i18n (>= 0.4.0)
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
treetop (~> 1.4.8)
|
treetop (~> 1.4.8)
|
||||||
|
method_source (0.8.1)
|
||||||
mime-types (1.22)
|
mime-types (1.22)
|
||||||
multi_json (1.7.2)
|
multi_json (1.7.2)
|
||||||
newrelic_rpm (3.5.6.55)
|
newrelic_rpm (3.5.6.55)
|
||||||
@ -136,6 +138,10 @@ GEM
|
|||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
powder (0.1.8)
|
powder (0.1.8)
|
||||||
thor (>= 0.11.5)
|
thor (>= 0.11.5)
|
||||||
|
pry (0.9.12)
|
||||||
|
coderay (~> 1.0.5)
|
||||||
|
method_source (~> 0.8)
|
||||||
|
slop (~> 3.4)
|
||||||
rack (1.4.5)
|
rack (1.4.5)
|
||||||
rack-cache (1.2)
|
rack-cache (1.2)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
@ -162,6 +168,17 @@ GEM
|
|||||||
rdiscount (1.6.8)
|
rdiscount (1.6.8)
|
||||||
rdoc (3.12.2)
|
rdoc (3.12.2)
|
||||||
json (~> 1.4)
|
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)
|
ruby_parser (3.1.1)
|
||||||
sexp_processor (~> 4.1)
|
sexp_processor (~> 4.1)
|
||||||
sass (3.2.5)
|
sass (3.2.5)
|
||||||
@ -172,6 +189,7 @@ GEM
|
|||||||
sexp_processor (4.1.4)
|
sexp_processor (4.1.4)
|
||||||
shoulda-matchers (2.1.0)
|
shoulda-matchers (2.1.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
|
slop (3.4.3)
|
||||||
sprockets (2.2.2)
|
sprockets (2.2.2)
|
||||||
hike (~> 1.2)
|
hike (~> 1.2)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
@ -228,8 +246,10 @@ DEPENDENCIES
|
|||||||
pg
|
pg
|
||||||
poltergeist!
|
poltergeist!
|
||||||
powder
|
powder
|
||||||
|
pry
|
||||||
rails (~> 3.2.0)
|
rails (~> 3.2.0)
|
||||||
rdiscount
|
rdiscount
|
||||||
|
rspec-rails
|
||||||
ruby_parser
|
ruby_parser
|
||||||
sass-rails (~> 3.2.0)
|
sass-rails (~> 3.2.0)
|
||||||
shoulda-matchers
|
shoulda-matchers
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user