Sha256: 90ff4f27fc345dad9dc13eef9e7a488ed18e5bb180aec83328863b4f1e05ed10

Contents?: true

Size: 447 Bytes

Versions: 4

Compression:

Stored size: 447 Bytes

Contents

require File.expand_path("../spec_helper", __FILE__)

module Danger
  describe Danger::DangerJira do
    it "should be a plugin" do
      expect(Danger::DangerJira.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

4 entries across 4 versions & 1 rubygems

Version Path
danger-jira-0.4.0 spec/jira_spec.rb
danger-jira-0.3.0 spec/jira_spec.rb
danger-jira-0.2.0 spec/jira_spec.rb
danger-jira-0.1.0 spec/jira_spec.rb