Skip to content

Commit

Permalink
Change to 1.9 symbol-hash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kalmanh committed May 23, 2014
1 parent 02202e6 commit 8e19b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -16,7 +16,7 @@ def run_without_aborting(*tasks)
abort "Errors running #{errors.join(', ')}" if errors.any?
end

task :default => :test
task default: :test

desc 'Run all adapter tests'
task :test do
Expand All @@ -32,7 +32,7 @@ end
end

namespace adapter do
task :test => "test_#{adapter}"
task test: "test_#{adapter}"
task(:env) { ENV['AJADAPTER'] = adapter }
end

Expand Down

0 comments on commit 8e19b6a

Please sign in to comment.