Sha256: 84f8ce316b9eed4ecf7c2ee823df5b738754abbb3ee88c7d71be02c583038c7b

Contents?: true

Size: 241 Bytes

Versions: 44

Compression:

Stored size: 241 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

44 entries across 44 versions & 3 rubygems

Version Path
enumerate_it-1.0.2 Rakefile
enumerate_it-1.0.1 Rakefile
enumerate_it-1.0.0 Rakefile
enumerate_it-0.7.17 Rakefile
enumerate_it-0.7.16 Rakefile
active_decorator-0.3.3 Rakefile
enumerate_it-0.7.15 Rakefile
enumerate_it-0.7.14 Rakefile
enumerate_it-0.7.13 Rakefile
active_decorator-0.3.2 Rakefile
active_decorator-0.3.1 Rakefile
active_decorator-0.3.0 Rakefile
enumerate_it-0.7.12 Rakefile
enumerate_it-0.7.11 Rakefile
active_decorator-0.2.1 Rakefile
active_decorator-0.2.0 Rakefile
active_decorator-0.1.0 Rakefile
enumerate_it-0.7.10 Rakefile
enumerate_it-0.7.9 Rakefile
enumerate_it-0.7.8 Rakefile