Sha256: ee77f70647464ceab32fc77608f194232b7246d5b6bfc7405f6dfa70071be2b9

Contents?: true

Size: 204 Bytes

Versions: 9

Compression:

Stored size: 204 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"
require "rspec"
require "rspec/core/rake_task"

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

task :default => :spec

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
graphshaper-0.3.0 Rakefile
graphshaper-0.2.4 Rakefile
graphshaper-0.2.3 Rakefile
graphshaper-0.2.2 Rakefile
graphshaper-0.2.1 Rakefile
graphshaper-0.2 Rakefile
graphshaper-0.1 Rakefile
graphshaper-0.0.2 Rakefile
graphshaper-0.0.1 Rakefile