rspec追加
Showing
| ... | @@ -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' | ||
| ... | ... |
Please
register
or
sign in
to comment