aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support
diff options
context:
space:
mode:
authorHemant Kumar <gethemant@gmail.com>2013-07-26 10:33:40 +0530
committerHemant Kumar <gethemant@gmail.com>2013-07-26 10:33:40 +0530
commitde6e1d57606ad40a3aaabf6a67b2839472f87d28 (patch)
tree2b3a5bf10e02fb461c8958e48b6578d307b673c6 /spec/support
parent896d954c7733052610514a1b582a78cc1eb05d57 (diff)
downloadbundler-de6e1d57606ad40a3aaabf6a67b2839472f87d28.tar.gz
Extract error message from TSort::Cyclic and print
Also updated test case to include check on error message
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/indexes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/indexes.rb b/spec/support/indexes.rb
index d49f5767..418f7f32 100644
--- a/spec/support/indexes.rb
+++ b/spec/support/indexes.rb
@@ -133,6 +133,7 @@ module Spec
def a_circular_index
build_index do
+ gem "rack", "1.0.1"
gem("foo", '0.2.6') do
dep "bar", ">= 0"
end