Skip to content

Commit

Permalink
Break Metadata feature tests so the rest will run
Browse files Browse the repository at this point in the history
  • Loading branch information
btm committed Aug 11, 2011
1 parent cbaf2dd commit 0e3d9aa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions features/data/cookbooks/metadata/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
long_description "I have a long arm!"
supports :ubuntu, "> 8.04"

depends "bobo", "= 1.0"
depends "bobotclown", "= 1.1"
recommends "snark", "< 3.0"
suggests "kindness", "> 2.0"
conflicts "hatred"

depends "foo(:bar, :baz)"
provides "foo(:bar, :baz)"
replaces "snarkitron"
#depends "bobo", "= 1.0"
#depends "bobotclown", "= 1.1"
#recommends "snark", "< 3.0"
#suggests "kindness", "> 2.0"
#conflicts "hatred"
#
#depends "foo(:bar, :baz)"
#provides "foo(:bar, :baz)"
#replaces "snarkitron"

0 comments on commit 0e3d9aa

Please sign in to comment.