Sha256: dca5ef5715111539b656905c92956d16ed6c7cc0d18aa95aa504ed51358f63c2

Contents?: true

Size: 255 Bytes

Versions: 2

Compression:

Stored size: 255 Bytes

Contents

require "bundler/gem_tasks"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)
RSpec::Core::RakeTask.new(:integration) do |integration_task|
  integration_task.pattern = "integration/**/*_spec.rb"
end

task :default => [:spec, :integration]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pymn-0.0.2 Rakefile
pymn-0.0.1 Rakefile