summaryrefslogtreecommitdiff
path: root/rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'rakefile')
-rwxr-xr-x[-rw-r--r--]rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/rakefile b/rakefile
index ab46407..c4cc763 100644..100755
--- a/rakefile
+++ b/rakefile
@@ -5,3 +5,7 @@ end
task :default => :spec do
end
+
+task :run do
+ sh "ruby -I bin:lib bin/app.rb hello"
+end