Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Update to RSpec 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Jun 3, 2014
1 parent 62104a3 commit 1405698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
2 changes: 1 addition & 1 deletion nowtv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
spec.add_development_dependency "rspec", "~> 3.0.0"
spec.add_development_dependency "guard-rspec"
spec.add_development_dependency "webmock"
spec.add_development_dependency "simplecov"
Expand Down
24 changes: 2 additions & 22 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
require 'simplecov'
require 'coveralls'
Coveralls.wear!

SimpleCov.formatter = Coveralls::SimpleCov::Formatter
SimpleCov.start

# This file was generated by the `rspec --init` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# Require this file using `require "spec_helper"` to ensure that it is only
# loaded once.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
RSpec.configure do |config|
config.treat_symbols_as_metadata_keys_with_true_values = true
config.run_all_when_everything_filtered = true
config.filter_run :focus

# Run specs in random order to surface order dependencies. If you find an
# order dependency and want to debug it, you can fix the order by providing
# the seed, which is printed after each run.
# --seed 1234
config.order = 'random'
end

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'nowtv'

0 comments on commit 1405698

Please sign in to comment.