SPIIIIIKE
This commit is contained in:
7
spec/homesick_spec.rb
Normal file
7
spec/homesick_spec.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
|
||||
|
||||
describe "Homesick" do
|
||||
it "fails" do
|
||||
fail "hey buddy, you should probably rename this file and start specing for real"
|
||||
end
|
||||
end
|
||||
1
spec/spec.opts
Normal file
1
spec/spec.opts
Normal file
@@ -0,0 +1 @@
|
||||
--color
|
||||
10
spec/spec_helper.rb
Normal file
10
spec/spec_helper.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
||||
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
||||
require 'homesick'
|
||||
require 'spec'
|
||||
require 'spec/autorun'
|
||||
|
||||
|
||||
Spec::Runner.configure do |config|
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user