Skip to content

Commit

Permalink
Merge pull request #1 from anthonynavarre/master
Browse files Browse the repository at this point in the history
First spec
  • Loading branch information
SeanLuckett committed Feb 11, 2012
2 parents 636ce81 + 8820cfa commit 51836a2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions spec/string_counter/string_counter_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
require 'spec_helper'

describe 'String Calculator' do

describe '#add' do

it 'returns 0 (Int) when dealing w/ an empty string' do
''.add.should == 0
end

end
end

0 comments on commit 51836a2

Please sign in to comment.