Skip to content

Commit

Permalink
Coveralls merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed Jan 23, 2014
1 parent 4fa7962 commit afd4da5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
require "bundler/gem_tasks"

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'cucumber/rake/task'
require 'coveralls/rake/task'

Coveralls::RakeTask.new
RSpec::Core::RakeTask.new
Cucumber::Rake::Task.new

task :default => [:spec, :cucumber]
task :default => [:spec, :cucumber, 'coveralls:push']
2 changes: 2 additions & 0 deletions features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
require 'aruba-doubles/cucumber'
require 'badger/badger'

require 'coveralls'
Coveralls.wear_merged!
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'badger'

require 'coveralls'
Coveralls.wear!
Coveralls.wear_merged!

# This file was generated by the `rspec --init` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
Expand Down

0 comments on commit afd4da5

Please sign in to comment.