Sha256: b97dadb12b181a86fbc8f66e233e749270944f61ab42af1568fbe45ae1d81ed5
Contents?: true
Size: 291 Bytes
Versions: 2
Compression:
Stored size: 291 Bytes
Contents
require "bundler/gem_tasks" require 'rspec/core/rake_task' RSpec::Core::RakeTask.new('spec') # If you want to make this the default task task :default => :spec desc "Open an irb session preloaded with this library" task :console do sh "irb -rubygems -I lib -r fast_change_table.rb" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fast_change_table-1.6.0 | Rakefile |
fast_change_table-1.5.1 | Rakefile |