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