Skip to content

Commit

Permalink
Do not require legacy rspec formatters
Browse files Browse the repository at this point in the history
They sometimes cause specs to fail for unknown reasons. Anyway they
are just being used for CI because of RSpec 2 based
CI::Reporter formatter.
  • Loading branch information
basiszwo committed Aug 21, 2015
1 parent 3f9bc2b commit 5cdcf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ group :test do
gem 'rspec-activemodel-mocks'
gem 'rspec-example_disabler', git: "https://github.com/finnlabs/rspec-example_disabler.git"
# We need the legacy formatters for internal CI scripts
gem 'rspec-legacy_formatters'
gem 'rspec-legacy_formatters', require: false
gem 'capybara', '~> 2.4.4'
gem 'capybara-screenshot', '~> 1.0.4'
gem 'capybara-select2', github: 'goodwill/capybara-select2'
Expand Down

0 comments on commit 5cdcf3a

Please sign in to comment.