Skip to content

Commit

Permalink
Merge pull request #1 from stim371/patch-1
Browse files Browse the repository at this point in the history
corrected minor spelling error on line 137
  • Loading branch information
Franklin Webber committed Oct 5, 2011
2 parents e1128d2 + d2c3e9f commit 44950a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/01_assignment_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

describe "Variable" do

context "assignment flow" do
Expand Down Expand Up @@ -135,7 +134,7 @@

it "should be equal to the dividend" do

(12 / 3).shoud eq 3
(12 / 3).should eq 3

end

Expand Down

0 comments on commit 44950a3

Please sign in to comment.