Sha256: 0232c36c0399ec5a3ed7430cd38e7ceaa51a948c5ebe4eb8e4367d0539ff9114
Contents?: true
Size: 384 Bytes
Versions: 35
Compression:
Stored size: 384 Bytes
Contents
require 'spec_helper' require 'bundler/settings' describe Bundler::Settings do describe "#set_local" do context "when the local config file is not found" do it "raises a GemfileNotFound error with explanation" do expect{ subject.set_local("foo", "bar") }. to raise_error(Bundler::GemfileNotFound, "Could not locate Gemfile") end end end end
Version data entries
35 entries across 35 versions & 2 rubygems