Sha256: 2920d9225cbe9dd4f051c51644b06886797e8828c5041753f56aa24db5346e09

Contents?: true

Size: 662 Bytes

Versions: 1

Compression:

Stored size: 662 Bytes

Contents

Feature: Command Line
  In order to launch the EasyLogger
  As a rails developper
  I want to use the command line to use EasyLogger
    
  Scenario: gli is in the gems
  When I run "rvm 1.8.7-head exec gem list"
  Then the output should contain "gli"
  Then the output should contain "file-tail"
    
  Scenario: Help options
  When I run "rvm 1.8.7-head exec ../../bin/EasyLogger help" 
  Then the output should contain:
  """
  usage: EasyLogger command

  Version: 0.1

  Commands:
      help - Shows list of commands or help for one command
      text - View the line matching model and/or methods on a log file in command 
             line
  """
    
    

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
EasyLogger-0.1.1 features/command_line.feature