Skip to content

Commit

Permalink
Fixed DepDefiner#fail_because to raise UnmeetableDep instead of just …
Browse files Browse the repository at this point in the history
…returning :fail (which does nothing now).
  • Loading branch information
benhoskings committed Feb 25, 2011
1 parent b447e6b commit 85063e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/babushka/dep_definer.rb
Expand Up @@ -60,8 +60,7 @@ def unmet message
end

def fail_because message
log message
:fail
raise UnmeetableDep, message
end

def file_and_line
Expand Down

0 comments on commit 85063e2

Please sign in to comment.