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

Commit

Permalink
Require bourne, run right cucumber task
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Oct 25, 2010
1 parent 295d9db commit 8704996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'rake/gempackagetask'
require 'cucumber/rake/task'

desc 'Default: run unit tests.'
task :default => [:test, :cucumber]
task :default => [:test, "cucumber:rails:all"]

desc 'Test the hoptoad_notifier gem.'
Rake::TestTask.new(:test) do |t|
Expand Down
1 change: 1 addition & 0 deletions test/helper.rb
Expand Up @@ -24,6 +24,7 @@
require 'active_support'
require 'nokogiri'
require 'rack'
require 'bourne'

require "hoptoad_notifier"

Expand Down

0 comments on commit 8704996

Please sign in to comment.