Sha256: df114bc7108c75c8569d44a188ec38b9527c6046aaa0dbede283c608f5299cd7

Contents?: true

Size: 257 Bytes

Versions: 21

Compression:

Stored size: 257 Bytes

Contents

ENV['BUNDLE_GEMFILE'] = File.expand_path('../Gemfile', __FILE__)
require 'bundler/setup'
require "bundler/gem_tasks"

require "rake/testtask"
task :default => :test
Rake::TestTask.new do |t|
  t.libs << "lib"
  t.test_files = FileList["test/test_*.rb"]
end

Version data entries

21 entries across 21 versions & 3 rubygems

Version Path
dexc-0.1.0 Rakefile
dexc-0.0.3 Rakefile
egison-1.0.0 Rakefile
egison-0.6.0 Rakefile
egison-0.5.0 Rakefile
egison-0.4.0 Rakefile
egison-0.3.0 Rakefile
egison-0.2.1 Rakefile
egison-0.2.0 Rakefile
egison-0.1.0 Rakefile
egison-0.0.2 Rakefile
egison-0.0.1 Rakefile
pattern-match-0.5.1 Rakefile
dexc-0.0.2 Rakefile
pattern-match-0.5.0 Rakefile
dexc-0.0.1 Rakefile
pattern-match-0.1.2 Rakefile
pattern-match-0.1.1 Rakefile
pattern-match-0.1.0 Rakefile
pattern-match-0.0.2 Rakefile