Skip to content

Commit

Permalink
\#1 Add default task
Browse files Browse the repository at this point in the history
  • Loading branch information
neodevelop committed May 21, 2020
1 parent 0dea321 commit 61573a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ desc "Simple task: display hello"
task :hello do
puts "Hello world!!!"
end

task :default => [:hello]

0 comments on commit 61573a5

Please sign in to comment.