Skip to content

Commit

Permalink
Remove failing scenario.
Browse files Browse the repository at this point in the history
Don't think this is the right refactoring to do this in, yet.
  • Loading branch information
mattwynne committed Jul 10, 2012
1 parent 4ce2d03 commit 2e1bf6c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions features/remove_unused_temp.feature
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,3 @@ Feature: Remove unused temp
"""

Scenario: Refer to temp to remove by position and name
Removes the temp within the scope pointed to by the position.
When I run `raffle RemoveUnusedTemp lib/foo/bar.rb:3,0 fred`
Then the file `lib/foo/bar.rb` should contain:
"""
module Foo
class Bar
def baz
5 * 25
end
def other
fred = "unused again"
1
end
end
end
"""

0 comments on commit 2e1bf6c

Please sign in to comment.