Skip to content

Commit

Permalink
modernizes hash syntax in actioncable
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Aug 6, 2016
1 parent e6ab70c commit 12a7040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actioncable/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ require "blade"

dir = File.dirname(__FILE__)

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

task :package => "assets:compile"
task package: "assets:compile"

Rake::TestTask.new do |t|
t.libs << "test"
Expand Down

0 comments on commit 12a7040

Please sign in to comment.