Skip to content

Commit

Permalink
Adds rspec task to rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdev committed Mar 21, 2011
1 parent 5e21200 commit b6a5ab8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Rakefile
@@ -1,2 +1,10 @@
require 'bundler'
require 'rspec/core/rake_task'

Bundler::GemHelper.install_tasks

if defined? RSpec
RSpec::Core::RakeTask.new(:spec)

task :default => :spec
end

0 comments on commit b6a5ab8

Please sign in to comment.