Sha256: 67fe01fb2ac5ec2bbdf96ce8250d8927ad5699a3ea9f8950d917abeadaaa5c10

Contents?: true

Size: 174 Bytes

Versions: 26

Compression:

Stored size: 174 Bytes

Contents

require "bundler/gem_tasks"

require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

task default: :spec

Version data entries

26 entries across 26 versions & 5 rubygems

Version Path
paymill-0.2.1 Rakefile
paymill-0.2.0 Rakefile
paymill-0.1.0 Rakefile
paymill-0.0.3 Rakefile
paymill-0.0.2 Rakefile
paymill-0.0.1 Rakefile