Skip to content

Commit

Permalink
Fix String#to_i spec typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chastell authored and asterite committed Jan 1, 2018
1 parent 4c8e71a commit 24fedf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/std/string_spec.cr
Expand Up @@ -195,7 +195,7 @@ describe "String" do
end
end

describe "i" do
describe "to_i" do
it { "1234".to_i.should eq(1234) }
it { " +1234 ".to_i.should eq(1234) }
it { " -1234 ".to_i.should eq(-1234) }
Expand Down

0 comments on commit 24fedf2

Please sign in to comment.