Sha256: 238049cbc9076b6896bc464de6f7e13947e9ee6f90648ba87dac1c28cb24cc35

Contents?: true

Size: 263 Bytes

Versions: 21

Compression:

Stored size: 263 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"

Rake::TestTask.new do |t|
  t.pattern = "test/test_*.rb"
end

desc "Start test server"
task :test_server do
  require File.expand_path 'test/app', File.dirname(__FILE__)
  App.start
end

task :default => :test

Version data entries

21 entries across 21 versions & 5 rubygems

Version Path
em-rocketio-linda-client-1.1.1 Rakefile
em-rocketio-linda-client-1.1.0 Rakefile
em-rocketio-linda-client-1.0.0 Rakefile
em-rocketio-client-0.1.2 Rakefile
em-rocketio-linda-client-0.0.3 Rakefile
em-rocketio-linda-client-0.0.2 Rakefile
em-rocketio-linda-client-0.0.1 Rakefile
em-cometio-client-0.1.1 Rakefile
sinatra-rocketio-0.2.5 Rakefile
sinatra-rocketio-linda-0.0.7 Rakefile
sinatra-rocketio-0.2.4 Rakefile
sinatra-rocketio-linda-0.0.6 Rakefile
sinatra-rocketio-linda-0.0.5 Rakefile
sinatra-rocketio-linda-0.0.4 Rakefile
sinatra-rocketio-linda-0.0.3 Rakefile
sinatra-rocketio-0.2.3 Rakefile
sinatra-rocketio-0.2.2 Rakefile
em-rocketio-client-0.1.1 Rakefile
sinatra-rocketio-0.2.1 Rakefile
em-rocketio-client-0.1.0 Rakefile