Skip to content

Commit

Permalink
Minor cleanups to the Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jqr committed Dec 13, 2011
1 parent c0e7109 commit 08df3a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'bundler/gem_tasks'
require "rspec/core/rake_task"
require 'rspec/core/rake_task'

task :default => 'spec'
task :default => :spec

RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = 'spec/*_spec.rb'
spec.rspec_opts = ['--backtrace']
end
spec.rspec_opts = ['--color --backtrace']
end

0 comments on commit 08df3a2

Please sign in to comment.