Sha256: ba9ff2a1c3c2b66057793c4c2b9149f8f7fcb239e539b0bc2330cbaa9ca7ae03

Contents?: true

Size: 234 Bytes

Versions: 4

Compression:

Stored size: 234 Bytes

Contents

Feature: Code Buddy command line execution

Scenario: Start code buddy with text from stdin
  Given I run "cat features/stack-trace | ./bin/code_buddy"
   When I run "curl http://localhost:9292/stack/0"
   Then I should see "blahblah"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
code_buddy-0.1.2 features/command_line.feature
code_buddy-0.1.1 features/command_line.feature
code_buddy-0.1.0 features/command_line.feature
code_buddy-0.0.8 features/command_line.feature