Sha256: 3a1cab9bcae93028c0d88cc63702d031a21e140a70bd544f18fe9e02896e2f58

Contents?: true

Size: 391 Bytes

Versions: 19

Compression:

Stored size: 391 Bytes

Contents

Given /^I start the public key checker$/ do
  @console = Gritano::CLI
end

When /^I receive "(.*?)" public key$/ do |key|
  @output = @console.check_pub_key(key, '.')
end

Then /^I should see an invalid pubkey$/ do
  @output.should be == "invalid"
end

Then /^I should see "(.*?)"'s "(.*?)" pubkey entry$/ do |user, key|
  @output.should be == "command=\"gritano-remote #{user}\" #{key}"
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
gritano-1.0.0 features/step_definitions/pub_key_step.rb
gritano-0.11.2 features/step_definitions/pub_key_step.rb
gritano-0.11.1 features/step_definitions/pub_key_step.rb
gritano-0.11.0 features/step_definitions/pub_key_step.rb
gritano-0.10.3 features/step_definitions/pub_key_step.rb
gritano-0.10.2 features/step_definitions/pub_key_step.rb
gritano-0.10.1 features/step_definitions/pub_key_step.rb
gritano-0.10.0 features/step_definitions/pub_key_step.rb
gritano-0.9.4 features/step_definitions/pub_key_step.rb
gritano-0.9.3 features/step_definitions/pub_key_step.rb
gritano-0.9.2 features/step_definitions/pub_key_step.rb
gritano-0.9.1 features/step_definitions/pub_key_step.rb
gritano-0.9.0 features/step_definitions/pub_key_step.rb
gritano-0.8.1 features/step_definitions/pub_key_step.rb
gritano-0.8.0 features/step_definitions/pub_key_step.rb
gritano-0.7.2 features/step_definitions/pub_key_step.rb
gritano-0.7.1 features/step_definitions/pub_key_step.rb
gritano-0.7.0 features/step_definitions/pub_key_step.rb
gritano-0.6.0 features/step_definitions/pub_key_step.rb