Bundle update & restructure tests (RSpec 3)
This commit is contained in:
parent
7b2bcedb16
commit
aa7a2a31ae
14 changed files with 412 additions and 413 deletions
3
Gemfile
3
Gemfile
|
|
@ -103,8 +103,9 @@ group :test do
|
|||
gem 'database_cleaner'
|
||||
gem 'connection_pool'
|
||||
# need to include rspec components before i18n-spec or rake fails in test environment
|
||||
gem 'rspec-core', '~> 2.99' # almost ready for RSpec 3
|
||||
gem 'rspec-core', '~> 3.2'
|
||||
gem 'rspec-rerun'
|
||||
gem 'rspec-legacy_formatters'
|
||||
gem 'i18n-spec'
|
||||
# code coverage
|
||||
gem 'simplecov', require: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue