Sha256: 5534cf314bbf8aa0cea4dac58dcc5352b8cf7e91a4fceaa4fecdced225f6b56d

Contents?: true

Size: 185 Bytes

Versions: 7

Compression:

Stored size: 185 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'

desc "Run specs"
RSpec::Core::RakeTask.new(:spec)

desc 'Default: run specs.'
task :default => :spec

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
acts_as_saveable-0.10.1 Rakefile
acts_as_votable-0.10.0 Rakefile
acts_as_votable-0.9.0 Rakefile
acts_as_votable-0.8.0 Rakefile
acts_as_votable-0.7.1 Rakefile
acts_as_votable-0.7.0 Rakefile
acts_as_votable-0.6.0 Rakefile