Sha256: 8cb1e78e771dbc17e89c0f781c7a9d914feffe27d6dae7e7c90353d2f3f67642

Contents?: true

Size: 240 Bytes

Versions: 7

Compression:

Stored size: 240 Bytes

Contents

# encoding: utf-8

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core'
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

7 entries across 7 versions & 1 rubygems

Version Path
r_decorator-0.0.7 Rakefile
r_decorator-0.0.6 Rakefile
r_decorator-0.0.5 Rakefile
r_decorator-0.0.4 Rakefile
r_decorator-0.0.3 Rakefile
r_decorator-0.0.2 Rakefile
r_decorator-0.0.1 Rakefile