Skip to content

Commit

Permalink
Fixed rake rspec execution
Browse files Browse the repository at this point in the history
  • Loading branch information
yolk committed Apr 12, 2010
1 parent 9906c08 commit c677bcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
@@ -1,5 +1,7 @@
%w[rubygems rake rake/clean fileutils].each { |f| require f }
require File.dirname(__FILE__) + '/lib/user_agent'

Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].each{|f| load f }

# TODO - want other tests/tasks run by default? Add them to the list
task :default => [:spec]

0 comments on commit c677bcc

Please sign in to comment.