Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.
This repository was archived by the owner on May 19, 2021. It is now read-only.

Getting weird display on Run in textmate #26

@alassiter

Description

@alassiter

I am learning Rspec and cucumber and here is what I get when I run the feature. Where do I even start to figure out why its displaying those attr_value tags all over? I apologize if this is NOT the place to ask this :).

<_attr_value>duration id="#">

<_attr_value>expand-collapse id="#">
<_attr_value>expander id="#">Expand All

<_attr_value>collapser id="#">Collapse All

<_attr_value>val class="#">Feature: Greeter says hello

<_attr_value>narrative class="#">In order to start learning Rspec and Cucumber
As a reader of this book
I want a greeter to say Hello

<_attr_value>scenario_file class="#">/Users/andrewmcelroy/Development/other/learning/rspec_book/hello/3/features/greeter_says_hello.feature:6
<_attr_value>scenario_1 id="#"><_attr_value>keyword class="#">Scenario: <_attr_value>val class="#">greeter says Hello
<_attr_value>step_name class="#"><_attr_value>keyword class="#">Given <_attr_value>step val class="#">a greeter
<_attr_value>step_file class="#">/Users/andrewmcelroy/Development/other/learning/rspec_book/hello/3/features/greeter_says_hello.feature:7
Given /^a greeter$/ do
pending # express the regexp above with the code you wish you had
end
<_attr_value>step_name class="#"><_attr_value>keyword class="#">When <_attr_value>step val class="#">I send it the greet message
<_attr_value>step_file class="#">/Users/andrewmcelroy/Development/other/learning/rspec_book/hello/3/features/greeter_says_hello.feature:8
When /^I send it the greet message$/ do
pending # express the regexp above with the code you wish you had
end
<_attr_value>step_name class="#"><_attr_value>keyword class="#">Then <_attr_value>step val class="#">I should see "Hello Cucumber!"
<_attr_value>step_file class="#">/Users/andrewmcelroy/Development/other/learning/rspec_book/hello/3/features/greeter_says_hello.feature:9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions