Sha256: 9234754407e73b9a1c308579058e4b07a2036f4717b89ecde42f5ce8840cf4e0

Contents?: true

Size: 188 Bytes

Versions: 10

Compression:

Stored size: 188 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'

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

task :default => :spec

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
oplop-2.1.0 Rakefile
oplop-2.0.0 Rakefile
oplop-0.0.8 Rakefile
oplop-0.0.7 Rakefile
oplop-0.0.6 Rakefile
oplop-0.0.5 Rakefile
oplop-0.0.4 Rakefile
oplop-0.0.3 Rakefile
oplop-0.0.2 Rakefile
oplop-0.0.1 Rakefile