Skip to content

Commit 88b5727

Browse files
author
Nicolas Rodriguez
committed
Coding style
1 parent ef1f460 commit 88b5727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'bundler/gem_tasks'
33
require 'rspec/core/rake_task'
44

55
RSpec::Core::RakeTask.new(:spec)
6-
task :default => :spec
6+
task default: :spec
77

88
task :console do
99
require 'pry'

0 commit comments

Comments
 (0)