Sha256: 3e36577936318aa1741b0cb266dc157e08181464366d8729e4d64e715c478a5a

Contents?: true

Size: 173 Bytes

Versions: 6

Compression:

Stored size: 173 Bytes

Contents

require "bundler/gem_tasks"

require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |t|
  t.pattern = Dir.glob('spec/**/*_spec.rb')
end

task :default => :spec

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
payable-api-0.1.2 Rakefile
payable-api-0.1.1 Rakefile
payable-api-0.1.0 Rakefile
activerecord-safe_initialize-0.2.0 Rakefile
activerecord-safe_initialize-0.1.0 Rakefile
activerecord-safe_initialize-0.0.1 Rakefile