Sha256: c3e877564efe7ecde920ccc38941f2fc25bbfce8f529c21202fea82cfd180ce4

Contents?: true

Size: 301 Bytes

Versions: 7

Compression:

Stored size: 301 Bytes

Contents

require "bundler/gem_tasks"
require 'rake/testtask'

Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = 'test/**/so_far_so_good*.rb'
  test.verbose = true
end

desc "Open console with So FAR So Good loaded"
task :console do
  exec "pry -r ./lib/so_far_so_good.rb"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
so_far_so_good-1.2.0 Rakefile
so_far_so_good-1.1.1 Rakefile
so_far_so_good-1.1.0 Rakefile
so_far_so_good-1.0.1 Rakefile
so_far_so_good-0.0.3 Rakefile
so_far_so_good-0.0.2 Rakefile
so_far_so_good-0.0.1 Rakefile