task default: %w[test] task :test do p "Hello from rakefile" end task :migrate do ruby "migrations/initial.rb" end