require 'spec/rake/spectask'

task :default => :spec

task :spec do
  Spec::Rake::SpecTask.new do |t|
    t.warning = true
  end
end
