2012-09-10 08:34:01 -04:00
|
|
|
Feature: Project Browse git repo
|
|
|
|
Background:
|
|
|
|
Given I sign in as a user
|
2012-08-03 12:29:54 -04:00
|
|
|
And I own project "Shop"
|
|
|
|
Given I visit project source page
|
|
|
|
|
|
|
|
Scenario: I blame file
|
2012-09-10 08:34:01 -04:00
|
|
|
Given I click on "Gemfile" file in repo
|
2012-08-03 12:29:54 -04:00
|
|
|
And I click blame button
|
2012-09-10 08:34:01 -04:00
|
|
|
Then I should see git file blame
|