spec/spec_helper.rb in kitchen-ec2-2.2.1 vs spec/spec_helper.rb in kitchen-ec2-2.2.2

- old
+ new

@@ -15,9 +15,11 @@ # 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 "support/fake_image" + if ENV["CODECLIMATE_REPO_TOKEN"] require "codeclimate-test-reporter" CodeClimate::TestReporter.start elsif ENV["COVERAGE"] require "simplecov"