summaryrefslogtreecommitdiff
path: root/spec/install/path_spec.rb
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2010-10-26 20:56:25 -0500
committerTerence Lee <hone02@gmail.com>2010-10-26 20:56:25 -0500
commit4a5767ef7fe72ae277c23fe7521d970fc3a2cdf0 (patch)
tree52069664326d39f0387f02ce0d7cbbb1b06d105d /spec/install/path_spec.rb
parent91ff49e533055795593d4ff4d79c9d0c750045d3 (diff)
downloadbundler-4a5767ef7fe72ae277c23fe7521d970fc3a2cdf0.tar.gz
unfocus tests
Diffstat (limited to 'spec/install/path_spec.rb')
-rw-r--r--spec/install/path_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/install/path_spec.rb b/spec/install/path_spec.rb
index a65ce94ed5..ddfcaab594 100644
--- a/spec/install/path_spec.rb
+++ b/spec/install/path_spec.rb
@@ -34,7 +34,7 @@ describe "bundle install with explicit source paths" do
should_be_installed("foo 1.0")
end
- fit "expands paths" do
+ it "expands paths" do
build_lib "foo"
relative_path = lib_path('foo-1.0').relative_path_from(Pathname.new('~').expand_path)
@@ -46,7 +46,7 @@ describe "bundle install with explicit source paths" do
should_be_installed("foo 1.0")
end
- fit "expands paths relative to Bundler.root" do
+ it "expands paths relative to Bundler.root" do
build_lib "foo", :path => bundled_app("foo-1.0")
install_gemfile <<-G