spec/chef/knife/google_setup_spec.rb in knife-google-1.1.0 vs spec/chef/knife/google_setup_spec.rb in knife-google-1.2.0

- old
+ new

@@ -10,15 +10,14 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # + require 'spec_helper' describe Chef::Knife::GoogleSetup do - let(:knife_plugin) { Chef::Knife::GoogleSetup.new(["-f credential.json"]) } - it "should invoke the google-compute-client-ruby setup process" do Google::Compute::Client.should_receive(:setup) knife_plugin.run end end