Skip to content

Commit

Permalink
Fix broken string spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsynz committed Jun 4, 2012
1 parent 4751a2f commit a1adb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/string_spec.rb
Expand Up @@ -61,7 +61,7 @@

describe '.underscore' do
it "doesn't change the value" do
'snake_case'.underscore.should == @test_string
'snake_case'.underscore.should == 'snake_case'
end
end
end
Expand Down

0 comments on commit a1adb87

Please sign in to comment.