summaryrefslogtreecommitdiff
path: root/spec/bundler/cli_spec.rb
diff options
context:
space:
mode:
authorTim Moore <tmoore@incrementalism.net>2015-03-14 15:34:48 +1100
committerTim Moore <tmoore@incrementalism.net>2015-03-14 15:34:48 +1100
commit38f6b319bfb189b8f4e591cb5513099602934350 (patch)
treebaed9d92a50872d79da485ec53c63f60eb2908dd /spec/bundler/cli_spec.rb
parentebb0dae97855459f19967d0c9e3446460785bd12 (diff)
downloadbundler-38f6b319bfb189b8f4e591cb5513099602934350.tar.gz
Rename Specification#source_uri to remote.
Diffstat (limited to 'spec/bundler/cli_spec.rb')
-rw-r--r--spec/bundler/cli_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/bundler/cli_spec.rb b/spec/bundler/cli_spec.rb
index 7917726efe..2ebe69d26b 100644
--- a/spec/bundler/cli_spec.rb
+++ b/spec/bundler/cli_spec.rb
@@ -2,8 +2,6 @@ require 'spec_helper'
require 'bundler/cli'
describe "bundle executable" do
- let(:source_uri) { "http://localgemserver.test" }
-
it "returns non-zero exit status when passed unrecognized options" do
bundle '--invalid_argument'
expect(exitstatus).to_not be_zero if exitstatus