Sha256: 2276e33da51e5057752f3c50205b947fb50a924fc967435bb9a025cf3c82ade0

Contents?: true

Size: 321 Bytes

Versions: 3

Compression:

Stored size: 321 Bytes

Contents

describe Fastlane::Actions::<%= plugin_name.fastlane_class %>Action do
  describe '#run' do
    it 'prints a message' do
      expect(Fastlane::UI).to receive(:message).with("The <%= plugin_name %> plugin is working!")

      Fastlane::Actions::<%= plugin_name.fastlane_class %>Action.run(nil)
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fastlane_hotfix-2.165.1 fastlane/lib/fastlane/plugins/template/spec/%plugin_name%_action_spec.rb.erb
fastlane_hotfix-2.165.0 fastlane/lib/fastlane/plugins/template/spec/%plugin_name%_action_spec.rb.erb
fastlane_hotfix-2.187.0 fastlane/lib/fastlane/plugins/template/spec/%plugin_name%_action_spec.rb.erb