Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Default rake task to rspec
  • Loading branch information
KensoDev committed May 22, 2012
1 parent 0ff5e45 commit a86623f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Rakefile
@@ -1 +1,9 @@
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

desc 'Default: run specs.'
task :default => :spec

desc "Run specs"
RSpec::Core::RakeTask.new do |t|

end

0 comments on commit a86623f

Please sign in to comment.