Sha256: dfa39d0a8b1229f3d303248b5b77a1482e32c913b0cd40b512d68c63a78cd09a

Contents?: true

Size: 248 Bytes

Versions: 15

Compression:

Stored size: 248 Bytes

Contents

require 'bundler'

Bundler.setup
Bundler::GemHelper.install_tasks

require "rake/testtask"

desc "Run all tests"
Rake::TestTask.new do |t|
  t.libs << "spec"
  t.test_files = FileList['spec/*_spec.rb']
  t.verbose = true
end

task :default => :test

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
rubycut-sinatra-synchrony-0.4.2 Rakefile
sinatra-synchrony-0.4.1 Rakefile
sinatra-synchrony-0.4.0 Rakefile
sinatra-synchrony-0.3.2 Rakefile
sinatra-synchrony-0.3.0 Rakefile
sinatra-synchrony-0.2.1 Rakefile
sinatra-synchrony-0.2.0 Rakefile
sinatra-synchrony-0.2.0.beta.2 Rakefile
sinatra-synchrony-0.2.0.beta.1 Rakefile
sinatra-synchrony-0.1.1 Rakefile
sinatra-synchrony-0.1.0.beta.6 Rakefile
sinatra-synchrony-0.1.0.beta.5 Rakefile
sinatra-synchrony-0.1.0.beta.4 Rakefile
sinatra-synchrony-0.1.0.beta.2 Rakefile
sinatra-synchrony-0.0.3 Rakefile