Sha256: 980ca50ea846bc470b7cf82b8534a3a022dfabb9be078098064bfb8ed9990179
Contents?: true
Size: 285 Bytes
Versions: 7
Compression:
Stored size: 285 Bytes
Contents
require File.expand_path("../spec_helper", __FILE__) module Danger describe Danger::DangerKover do it "should be a plugin" do expect(Danger::DangerKover.new(nil)).to be_a Danger::Plugin end # # TODO test your custom attributes and methods here # end end
Version data entries
7 entries across 7 versions & 1 rubygems