Sha256: 5c32d616c27e588fc8e4b06e41c065a70af15356b38acd63f0d95c241431a8bb

Contents?: true

Size: 265 Bytes

Versions: 6

Compression:

Stored size: 265 Bytes

Contents

# frozen_string_literal: true

require "test_helper"

class BoppersNotifier<%= plugin_namespace %>Test < Minitest::Test
  test "lints plugin" do
    bopper = Boppers::Notifier::<%= plugin_namespace %>.new
    Boppers::Testing::NotifierLinter.call(bopper)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
boppers-0.0.11 lib/boppers/generator/plugin/notifier/test_file.erb
boppers-0.0.10 lib/boppers/generator/plugin/notifier/test_file.erb
boppers-0.0.9 lib/boppers/generator/plugin/notifier/test_file.erb
boppers-0.0.8 lib/boppers/generator/plugin/notifier/test_file.erb
boppers-0.0.7 lib/boppers/generator/plugin/notifier/test_file.erb
boppers-0.0.6 lib/boppers/generator/plugin/notifier/test_file.erb