Skip to content

Commit 5547154

Browse files
author
Curtis Schofield
committed
1.9.2 require
1 parent 40fdfe6 commit 5547154

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

03_calculator/calculator_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
require "calculator"
2-
1+
require File.join(File.dirname(__FILE__),'calculator')
32
describe Calculator do
43
it "should have a default name" do
54
Calculator.new.name.should == "no name"

0 commit comments

Comments
 (0)