Sha256: 46b5d2fc2fff5d763f4710e7227e88dc9af1c43607bb4de8b3636ed397f209af
Contents?: true
Size: 1.34 KB
Versions: 20
Compression:
Stored size: 1.34 KB
Contents
Feature: Plugins I can register and query all available plugins for the odania portal. Scenario: Registering a new plugin Given I initialize the gem When I registered the plugin "test-plugin" Then I should see "1" instances of the plugin "test-plugin" Scenario: Registering multiple instances of one plugin Given I initialize the gem When I registered the plugin "test-plugin" And I registered the plugin "test-plugin" And I registered the plugin "test-plugin" Then I should see "3" instances of the plugin "test-plugin" Scenario: Registering multiple plugins Given I initialize the gem When I registered the plugin "test-plugin" And I registered the plugin "test-plugin" And I registered the plugin "test-plugin-2" Then I should see "2" instances of the plugin "test-plugin" And I should see "1" instances of the plugin "test-plugin-2" Scenario: Retrieving plugin instance name Given I initialize the gem When I retrieve plugin instance name for "test-plugin" And I retrieve plugin instance name for "test-plugin" Then I should retrieve "test-plugin_1" Scenario: Build new joined plugin config Given I initialize the gem When I registered the plugin "test-plugin" And I generate the joined plugin config Then I have a joined plugin config And The joined plugin config contains the plugin "test-plugin"
Version data entries
20 entries across 20 versions & 1 rubygems