Skip to content

Commit

Permalink
Use built in RSpec rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
twe4ked committed Jul 12, 2014
1 parent 4356eb7 commit e808e51
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"

task :default => [:spec]
desc 'run Rspec specs'
task :spec do
sh 'rspec'
end
RSpec::Core::RakeTask.new(:spec)

task :default => :spec

0 comments on commit e808e51

Please sign in to comment.