Sha256: bcb287c292278f22e6c71f57a2dcd0a329fbb4d6396531395f54077054948596

Contents?: true

Size: 187 Bytes

Versions: 9

Compression:

Stored size: 187 Bytes

Contents

#!/usr/bin/env rake
require 'bundler/gem_tasks'

require 'rspec/core'
require 'rspec/core/rake_task'

task :noop do; end
task :default => :spec

RSpec::Core::RakeTask.new(:spec => :noop)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
erd-0.3.3 Rakefile
erd-0.3.2 Rakefile
erd-0.3.1 Rakefile
erd-0.3.0 Rakefile
erd-0.2.0 Rakefile
erd-0.1.6 Rakefile
erd-0.1.5 Rakefile
erd-0.1.4 Rakefile
erd-0.1.3 Rakefile