Skip to content

Commit

Permalink
another forgotten rspec snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjlandau committed Jun 19, 2008
1 parent e14d05e commit 1ac4c42
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Rakefile
Expand Up @@ -2,8 +2,6 @@ require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'

require 'rubygems'
require 'spec/rake/spectask'

desc 'Default: run unit tests.'
task :default => :test
Expand All @@ -23,8 +21,3 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_files.include('README', 'CHANGES', 'MIT-LICENSE')
rdoc.rdoc_files.include('lib/**/*.rb')
end

desc "Run all specs"
Spec::Rake::SpecTask.new do |t|
t.spec_opts = ['--options', 'spec/spec.opts']
end

0 comments on commit 1ac4c42

Please sign in to comment.