diff options
| -rw-r--r-- | .rvmrc | 2 | ||||
| -rw-r--r-- | Gemfile (renamed from gemfile) | 0 | ||||
| -rw-r--r-- | rakefile | 4 |
3 files changed, 5 insertions, 1 deletions
@@ -6,7 +6,7 @@ # First we specify our desired <ruby>[@<gemset>], the @gemset name is optional, # Only full ruby name is supported here, for short names use: # echo "rvm use 1.9.3" > .rvmrc -environment_id="ruby-1.9.3-p0@clockwork" +environment_id="ruby-1.9.3@clockwork" # Uncomment the following lines if you want to verify rvm version per project # rvmrc_rvm_version="1.10.2" # 1.10.1 seams as a safe start @@ -8,3 +8,7 @@ end task :integration do sh "bacon spec/integration/all.rb" end + +task :run do + sh "ramaze start" +end |
