Sha256: a1ec9d0d1ba6885cec4ab8332d41d12d2ead3b867cb8c5d259ae6ecaec23401e

Contents?: true

Size: 166 Bytes

Versions: 8

Compression:

Stored size: 166 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'

task :default => :test

Rake::TestTask.new do |t|
  t.libs << ['lib', 'spec']
  t.pattern = "spec/*_spec.rb"
end

Version data entries

8 entries across 8 versions & 4 rubygems

Version Path
rack-iframe-0.0.3 Rakefile
yaml2env-0.2.1 Rakefile
yaml2env-0.2.0 Rakefile
rack-iframe-0.0.2 Rakefile
rack-iframe-0.0.1 Rakefile
rack-alive-0.0.2 Rakefile
rack-alive-0.0.1 Rakefile
packr-rails-0.0.1 Rakefile