Rakefile in
epaybg-0.2.0
vs Rakefile in
epaybg-0.3.0
- old
+ new
@@ -3,5 +3,9 @@
RSpec::Core::RakeTask.new task default: :spec task test: :spec
+
+task :console do
+ exec "irb -r epaybg -I ./lib"
+end
\ No newline at end of file