beaker 1.12.1 → 1.12.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,23 +0,0 @@
1
- require 'spec_helper'
2
-
3
- module Beaker
4
- describe GoogleCompute do
5
- let( :gc ) { Beaker::GoogleCompute.new( @hosts, make_opts ) }
6
-
7
- before :each do
8
- @hosts = make_hosts()
9
- apiclient = double()
10
-
11
- end
12
-
13
- it "can provision hosts" do
14
- gc.provision
15
-
16
- end
17
-
18
-
19
-
20
-
21
- end
22
-
23
- end