cucumber-attic / cucumber-tmbundle

TextMate bundle for Cucumber
http://www.benmabey.com
MIT License
204 stars 54 forks source link

Getting weird display on Run in textmate #26

Open alassiter opened 13 years ago

alassiter commented 13 years ago

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