Commit 4453a877 by tady

rspec追加

parent db93b5d9
...@@ -72,6 +72,10 @@ group :production do ...@@ -72,6 +72,10 @@ group :production do
gem 'pg' gem 'pg'
end end
group :development, :test do
gem 'rspec-rails'
end
# tree structure # tree structure
gem 'ancestry' gem 'ancestry'
......
...@@ -59,6 +59,7 @@ GEM ...@@ -59,6 +59,7 @@ GEM
railties (>= 3.2.6, < 5) railties (>= 3.2.6, < 5)
thread_safe (~> 0.1) thread_safe (~> 0.1)
warden (~> 1.2.3) warden (~> 1.2.3)
diff-lcs (1.2.5)
erubis (2.7.0) erubis (2.7.0)
eventmachine (1.0.3) eventmachine (1.0.3)
execjs (2.0.2) execjs (2.0.2)
...@@ -125,6 +126,17 @@ GEM ...@@ -125,6 +126,17 @@ GEM
rake (10.1.0) rake (10.1.0)
rdoc (3.12.2) rdoc (3.12.2)
json (~> 1.4) json (~> 1.4)
rspec-core (2.14.7)
rspec-expectations (2.14.4)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.4)
rspec-rails (2.14.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
sass (3.2.12) sass (3.2.12)
sass-rails (4.0.1) sass-rails (4.0.1)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.0)
...@@ -178,6 +190,7 @@ DEPENDENCIES ...@@ -178,6 +190,7 @@ DEPENDENCIES
rails (~> 4.0.2) rails (~> 4.0.2)
rails_12factor rails_12factor
redcarpet! redcarpet!
rspec-rails
sass-rails (~> 4.0.0) sass-rails (~> 4.0.0)
sdoc sdoc
sqlite3 sqlite3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment