Skip to content

Commit

Permalink
revert now hash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
breezeight committed Nov 17, 2014
1 parent c787620 commit 7f23458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ require "bundler/gem_tasks"
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

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

0 comments on commit 7f23458

Please sign in to comment.