Sha256: ef8381c6fd2786a915afe92dc67e0496a1f028318d43e56db3cfb27e04c8b27c

Contents?: true

Size: 315 Bytes

Versions: 4

Compression:

Stored size: 315 Bytes

Contents

Feature: Ensure CodeBuddy creates links in a Rails app

@allow-rescue
Scenario: Clicking on a line of a stack trace on the exception page
   When I go to the users page
   Then I should see "app/views/users/index.html.erb:1"
    And I am on code_buddy
   Then I should see "CodeBuddySee your Ruby stack come alive"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
code_buddy-0.1.2 features/templates/rails_exception.feature.template
code_buddy-0.1.1 features/templates/rails_exception.feature.template
code_buddy-0.1.0 features/templates/rails_exception.feature.template
code_buddy-0.0.8 features/templates/rails_exception.feature.template