Sha256: 8818f104fa55ab7e6794044fabb3a04f416955aee3f3b77625c1189debfabc61
Contents?: true
Size: 355 Bytes
Versions: 1
Compression:
Stored size: 355 Bytes
Contents
#!/usr/bin/env rake require 'bundler/setup' begin require 'rspec/core/rake_task' rescue LoadError => ex $stderr.puts "Ignored: #{ex.inspect}" end root = File.expand_path('..', __FILE__) Bundler::GemHelper.install_tasks defined?(RSpec) and RSpec::Core::RakeTask.new(:spec) Dir.glob('./lib/tasks/*.rake').each { |r| import r } task :default => :spec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
undercase-0.2.57 | Rakefile |