Sha256: d9f6ca6a2b0d3cb7c1a50487596efe33796840c9326b6ddfbacef9da8c451b24

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

describe Fastlane::Actions::TestintaskAction do
  describe '#run' do
    it 'prints a message' do
      expect(Fastlane::UI).to receive(:message).with("The testintask plugin is working!")

      Fastlane::Actions::TestintaskAction.run(nil)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
testin-0.1.0 fastlane-plugin-testintask/spec/testintask_action_spec.rb