Sha256: ff9e79c14b3dcd201462905de483edea5906a3969bd636083a898ff15605e2a7

Contents?: true

Size: 373 Bytes

Versions: 4

Compression:

Stored size: 373 Bytes

Contents

require "bundler/gem_tasks"
require_relative 'config/environment' #everything is being operated from within here

task :default => :spec

task :console do #cutsom console initialization for testing

  def reload! #lets me load all my files again if I make a change
    load_all 'lib'
  end

  Pry.start #allows pry to start for me to fiddle around with all my methods

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mtg-card-finder-0.1.4 Rakefile
mtg-card-finder-0.1.3 Rakefile
mtg-card-finder-0.1.1 Rakefile
mtg-card-finder-0.1.0 Rakefile