Skip to content

Commit

Permalink
Added new, commented out, features that need fleshing out.
Browse files Browse the repository at this point in the history
  • Loading branch information
imeyer committed Dec 29, 2009
1 parent c943987 commit 5da2624
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion features/puff.feature
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,9 @@ Feature: Puffing up
Scenario: Puffing unpadded string always returns correct pad amount
Given the string "web00{9-10}" and delimiter ","
When I puff it
Then I should get back "web0009,web0010"
Then I should get back "web0009,web0010"

#Scenario: Removing entry from puffed string
# Given the string "web00{9-11} - web0010" and delimiter ","
# When I puff it
# Then I should get back "web0009,web0011"
7 changes: 6 additions & 1 deletion features/shrink.feature
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ Feature: Shrinking down

Scenario: Class method of shrink
When I call shrink on Fugu with "web001,web002,web003" and delimiter ","
Then I should have shrunk "web00{1-3}"
Then I should have shrunk "web00{1-3}"

#Scenario: Multiple shrinks
# Given the string "web1,web2,api3,api4" and delimiter ","
# When I shrink it
# Then I should get the string "web{1-2}|api{3-4}"

0 comments on commit 5da2624

Please sign in to comment.