diff --git a/Rakefile b/Rakefile index 354e402..4b8fee4 100644 --- a/Rakefile +++ b/Rakefile @@ -11,3 +11,5 @@ RSpec::Core::RakeTask.new(:junit) do |t| t.rspec_opts = %w[-r yarjuf -f JUnit -o results.xml] t.pattern = 'spec/' end + +task :default => [:test] \ No newline at end of file