Sha256: 4bba709a3d96261d032a87b2215a7afc680c7aeea5b74ff06eb02bcf864c1800
Contents?: true
Size: 310 Bytes
Versions: 9
Compression:
Stored size: 310 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 "Run IRB console with app environment" task :console do puts "Loading development console..." system("irb -r ./lib/bible_gateway.rb") end
Version data entries
9 entries across 9 versions & 1 rubygems