Sha256: c4bf252a2c63fe6dcf4010b8ad967d7ab3a799e26cfe041d7c2f9ed2c1a5981e

Contents?: true

Size: 297 Bytes

Versions: 13

Compression:

Stored size: 297 Bytes

Contents

require 'rake'
require "shoulda/tasks"
require "rake/testtask"
require 'bundler'

Bundler::GemHelper.install_tasks

Rake::TestTask.new(:test) do |test|
  test.ruby_opts = ["-rubygems"] if defined? Gem
  test.libs << "lib" << "test"
  test.pattern = "test/**/*_test.rb"
end

task :default => :test

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
gowalla-0.5.8 Rakefile
gowalla-0.5.7 Rakefile
gowalla-0.5.6 Rakefile
officialfm-0.0.2 Rakefile
officialfm-0.0.1 Rakefile
gowalla-0.5.5 Rakefile
gowalla-0.5.4 Rakefile
gowalla-0.5.3 Rakefile
gowalla-0.5.2 Rakefile
gowalla-0.5.1 Rakefile
gowalla-0.4.2 Rakefile
gowalla-0.4.1 Rakefile
gowalla-0.4.0 Rakefile