Remote the unused minitest suite, switch to rspec
This commit is contained in:
parent
c261876ce0
commit
ad1121ffb0
26 changed files with 58 additions and 144 deletions
7
Gemfile
7
Gemfile
|
|
@ -21,15 +21,12 @@ group :development, :test do
|
|||
gem 'sqlite3'
|
||||
gem 'thin'
|
||||
gem 'letter_opener'
|
||||
gem 'rspec-rails', '~> 3.0.0.beta'
|
||||
gem 'capybara', '1.1.2'
|
||||
end
|
||||
|
||||
group :production do
|
||||
gem 'mysql2'
|
||||
gem 'rspec-rails', '2.11.0'
|
||||
end
|
||||
|
||||
group :test do
|
||||
gem 'capybara', '1.1.2'
|
||||
end
|
||||
|
||||
gem 'will_paginate'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue