summaryrefslogtreecommitdiff
path: root/spec/support/matchers.rb
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-01-18 17:00:08 -0800
committerCarlhuda <carlhuda@engineyard.com>2010-01-18 17:00:08 -0800
commit88741e63efa54219da9410e71d9530ad436b4097 (patch)
tree15ff5e6abd229f3fd813cc9844e5df66db65faa8 /spec/support/matchers.rb
parent13f4a8827c06132ab06cffd6c7ce34b0f7beae4d (diff)
downloadbundler-88741e63efa54219da9410e71d9530ad436b4097.tar.gz
First pass at bbl lock
Diffstat (limited to 'spec/support/matchers.rb')
-rw-r--r--spec/support/matchers.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/matchers.rb b/spec/support/matchers.rb
index 948de5a797..edd7215074 100644
--- a/spec/support/matchers.rb
+++ b/spec/support/matchers.rb
@@ -22,5 +22,7 @@ module Spec
Gem::Version.new(out).should == Gem::Version.new(version)
end
end
+
+ alias should_be_available should_be_installed
end
end \ No newline at end of file