Skip to content

Commit

Permalink
Show that ruby integer syntax is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Apr 27, 2010
1 parent 06935f2 commit e79c0d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/pickle/create_from_active_record.feature
Expand Up @@ -32,7 +32,8 @@ Feature: I can easily create models from my blueprints
And the 1st user's attitude_score should be 5.42
And the 2nd user's attitude_score should be -10
And the 3rd user's attitude_score should be 2_000_000

And the 3rd user's attitude_score should be 2000000

Scenario: I create nil values
Given a user exists with name: "Fred", attitude_score: nil
Then 1 users should exist with attitude_score: nil
Expand Down

0 comments on commit e79c0d3

Please sign in to comment.