Sha256: 90c27bb0f5dc4f48cb87fd0674cc8bfea6a1077bd124f54fe0dc600b899bff9b
Contents?: true
Size: 329 Bytes
Versions: 6
Compression:
Stored size: 329 Bytes
Contents
require 'bundler' require 'rspec/core/rake_task' Bundler::GemHelper.install_tasks desc 'Fires up the console with preloaded zodiac (and active_record)' task :console do sh 'pry -I ./lib -r active_record -r ./lib/zodiac' end RSpec::Core::RakeTask.new do |t| t.rspec_opts = '--color --format doc' end task :default => :spec
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
zodiac-0.2.10 | Rakefile |
zodiac-0.2.9 | Rakefile |
zodiac-0.2.8 | Rakefile |
zodiac-0.2.7 | Rakefile |
zodiac-0.2.6 | Rakefile |
zodiac-0.2.5 | Rakefile |