Repository URL to install this package:
|
Version:
0.0.1 ▾
|
invoice2go
/
Rakefile
|
|---|
require "bundler/gem_tasks"
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
task :console do
exec "irb -r invoice2go -I ./lib"
end