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

Version Path
bible_gateway-0.1.0 Rakefile
bible_gateway-0.0.12 Rakefile
bible_gateway-0.0.11 Rakefile
bible_gateway-0.0.10 Rakefile
bible_gateway-0.0.9 Rakefile
bible_gateway-0.0.8 Rakefile
bible_gateway-0.0.7 Rakefile
bible_gateway-0.0.6 Rakefile
bible_gateway-0.0.5 Rakefile