Sha256: b513909f284da9daf7b5ee4e2df27fac7af6c9b686bf4cfdf4c29f2e7f3d9504
Contents?: true
Size: 452 Bytes
Versions: 6
Compression:
Stored size: 452 Bytes
Contents
require File.expand_path('../spec_helper', __FILE__) module Danger describe Danger::DangerPronto do it 'should be a plugin' do expect(Danger::DangerPronto.new(nil)).to be_a Danger::Plugin end # # You should test your custom attributes and methods here # describe 'with Dangerfile' do before do end # Some examples for writing tests # You should replace these with your own. end end end
Version data entries
6 entries across 6 versions & 1 rubygems