Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Switch dies_ok to eval_dies_ok, flussence++.
  • Loading branch information
colomon committed Jan 4, 2011
1 parent b25da6e commit 12508e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/advent2009-day18.t
Expand Up @@ -27,7 +27,7 @@ role SocketPower {
}

#~ class Laptop does BatteryPower does SocketPower {}
dies_ok 'class Laptop does BatteryPower does SocketPower {}' , "Method 'find-power-accessories' collides and a resolution must be provided by the class";
eval_dies_ok 'class Laptop does BatteryPower does SocketPower {}' , "Method 'find-power-accessories' collides and a resolution must be provided by the class";

class Laptop does BatteryPower does SocketPower {
method find-power-accessories() {
Expand Down

0 comments on commit 12508e2

Please sign in to comment.