Commit 4453a877 by tady

rspec追加

parent db93b5d9
......@@ -72,6 +72,10 @@ group :production do
gem 'pg'
end
group :development, :test do
gem 'rspec-rails'
end
# tree structure
gem 'ancestry'
......
......@@ -59,6 +59,7 @@ GEM
railties (>= 3.2.6, < 5)
thread_safe (~> 0.1)
warden (~> 1.2.3)
diff-lcs (1.2.5)
erubis (2.7.0)
eventmachine (1.0.3)
execjs (2.0.2)
......@@ -125,6 +126,17 @@ GEM
rake (10.1.0)
rdoc (3.12.2)
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-rails (4.0.1)
railties (>= 4.0.0, < 5.0)
......@@ -178,6 +190,7 @@ DEPENDENCIES
rails (~> 4.0.2)
rails_12factor
redcarpet!
rspec-rails
sass-rails (~> 4.0.0)
sdoc
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