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
active_decorator-0.6.0 Rakefile
lulalala_presenter-0.0.1 Rakefile
active_decorator-0.5.3 Rakefile
active_decorator-0.5.2 Rakefile
enumerate_it-1.2.8 Rakefile
enumerate_it-1.2.7 Rakefile
enumerate_it-1.2.6 Rakefile
enumerate_it-1.2.5 Rakefile
active_decorator-0.5.1 Rakefile
active_decorator-0.5.0 Rakefile
enumerate_it-1.2.4 Rakefile
active_decorator-0.4.0 Rakefile
enumerate_it-1.2.3 Rakefile
enumerate_it-1.2.2 Rakefile
enumerate_it-1.2.1 Rakefile
enumerate_it-1.2.0 Rakefile
enumerate_it-1.1.1 Rakefile
enumerate_it-1.1.0 Rakefile
enumerate_it-1.0.3 Rakefile
active_decorator-0.3.4 Rakefile