Rakefile in vanity-1.5.1 vs Rakefile in vanity-1.5.2

- old
+ new

@@ -27,10 +27,10 @@ # -- Testing stuff -- desc "Test everything" -task "test:all"=>"test:rubies" +task "test:all"=>"test:adapters" # Ruby versions we're testing with. RUBIES = %w{1.8.7 1.9.2} # Use rake test:rubies to run all combination of tests (see test:adapters) using