DEBSOURCES
Skip Quicknav
sources / ruby-joiner / 0.6.0-1 / debian / ruby-tests.rake
123456
File.delete("Gemfile.lock") if File.exist?("Gemfile.lock") require 'rspec/core/rake_task' RSpec::Core::RakeTask.new task :default => :spec