Sha256: 56c68f75b1915e67da8d74f61503446c0da1e0ce722fb16cba895f4c2c3e8779

Contents?: true

Size: 700 Bytes

Versions: 4

Compression:

Stored size: 700 Bytes

Contents

Feature: Make sure CodeBuddy works with a Rails 2 app

@disable-bundler
@announce
Scenario: See a stack trace with links
  Given I'm using a clean gemset "code_buddy_rails2_test"
    And I have created a new Rails 2 app "new_rails2_app" with code_buddy 
    And I run "script/generate scaffold user"
    And I overwrite "app/views/users/index.html.erb" with:
      """
      <%= raise 'oops' %>
      """
    And I run "rake db:migrate"
    And I run "cp ../../../features/templates/rails_exception.feature.template features/rails_exception.feature"
    And I run "rake cucumber"
    Then it should pass with:
       """
       1 scenario (1 passed)
       4 steps (4 passed)
       """
      
      

Version data entries

4 entries across 4 versions & 1 rubygems

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