Commit 163159cc authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Rake task for running both unit and rspec tests.

parent bde3898a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -16,4 +16,6 @@ Spec::Rake::SpecTask.new(:spec) do |spec|
  spec.spec_files = FileList["spec/**/*_spec.rb"]
end

task :default => :test
task :all_tests => [:test, :spec]

task :default => :all_tests