Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Update rspec to 3.2. Make test output more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladislav Prskavec committed Mar 5, 2015
1 parent 5d281e7 commit d0ea41d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ rescue LoadError
puts "Cannot load bundler/gem_tasks"
end

desc "Run all features"
Cucumber::Rake::Task.new(:features) do |t|
t.cucumber_opts = "features --format pretty"
end

desc "Run all specs"
RSpec::Core::RakeTask.new(:spec) do |t|
t.verbose = true
t.rspec_opts = "-fd"
end

desc 'Default: Run all specs.'
Expand Down
2 changes: 1 addition & 1 deletion apiary.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency "json", "~> 1.8.1"

gem.add_development_dependency "rspec", "~> 3.1.0"
gem.add_development_dependency "rspec", "~> 3.2.0"
gem.add_development_dependency "webmock"
gem.add_development_dependency "yard"
gem.add_development_dependency "aruba"
Expand Down

0 comments on commit d0ea41d

Please sign in to comment.