Skip to content

Commit

Permalink
update RSpec version
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed Jan 15, 2015
1 parent 06b5bc2 commit 396853a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group :development do
end

group :test do
gem 'rspec', '~> 2.9.0'
gem 'rspec', '~> 3.1'
end

require './spec/support/platform_helper'
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
Dir["#{File.expand_path('..', __FILE__)}/support/**/*.rb"].each { |f| require f }

RSpec.configure do |c|
c.color_enabled = true
c.filter_run :focus => true
c.run_all_when_everything_filtered = true

Expand Down

0 comments on commit 396853a

Please sign in to comment.