2014-10-02 12:42:54 -04:00
|
|
|
Feature: Project Source Git Blame
|
2012-09-10 08:34:01 -04:00
|
|
|
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
|
2014-07-31 09:20:47 -04:00
|
|
|
Given I click on ".gitignore" file in repo
|
2014-09-29 17:11:30 -04:00
|
|
|
And I click Blame button
|
2012-09-10 08:34:01 -04:00
|
|
|
Then I should see git file blame
|