5 changed files with 9 additions and 5 deletions
@ -1,3 +1,3 @@ |
|||||
[submodule "spec/support/homebrew"] |
[submodule "test/support/homebrew"] |
||||
path = spec/support/homebrew |
path = test/support/homebrew |
||||
url = https://github.com/mxcl/homebrew.git |
url = https://github.com/mxcl/homebrew.git |
||||
|
@ -1,7 +1,8 @@ |
|||||
require 'rake/testtask' |
require 'rake/testtask' |
||||
|
|
||||
Rake::TestTask.new do |t| |
Rake::TestTask.new do |t| |
||||
t.pattern = "spec/*_test.rb" |
t.pattern = "test/*_test.rb" |
||||
|
t.libs << 'test' |
||||
end |
end |
||||
|
|
||||
task :default => :test |
task :default => :test |
||||
|
@ -1,4 +1,4 @@ |
|||||
require_relative 'spec_helper' |
require 'test_helper' |
||||
|
|
||||
describe Cask do |
describe Cask do |
||||
describe "load" do |
describe "load" do |
Loading…
Reference in new issue