Skip to content

Commit

Permalink
Create test task
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Aug 17, 2011
1 parent 15471d9 commit 5b297ce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Rakefile
@@ -1,15 +1,14 @@
#!/usr/bin/env rake

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

Dir['lib/tasks/*.rake'].each { |rake| load rake }

require 'bundler'
Bundler::GemHelper.install_tasks

Dir['lib/tasks/*.rake'].each { |rake| load rake }

require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

task :default => :spec
task :test => :spec

0 comments on commit 5b297ce

Please sign in to comment.