Sha256: 71f5f9948b04b4bbd1d3d778ce641bfb7dff56ff36926c8e323c5c1a612fd199
Contents?: true
Size: 361 Bytes
Versions: 11
Compression:
Stored size: 361 Bytes
Contents
Feature: Command Line Processing As an owner of a repository I want to have an ability to encrypt my files Scenario: Simple encrypting Given I have a "credentials" file with content: """ some secret """ When I run bin/rultor with "encrypt -p test/test credentials" Then Exit code is zero And Stdout contains "credentials.asc"
Version data entries
11 entries across 11 versions & 1 rubygems