2012-09-10 14:34:01 +02:00
|
|
|
Feature: Project Browse git repo
|
|
|
|
Background:
|
|
|
|
Given I sign in as a user
|
2012-08-03 18:29:54 +02:00
|
|
|
And I own project "Shop"
|
|
|
|
Given I visit project source page
|
|
|
|
|
|
|
|
Scenario: I blame file
|
2013-02-21 11:27:52 +01:00
|
|
|
Given I click on "Gemfile.lock" file in repo
|
2012-08-03 18:29:54 +02:00
|
|
|
And I click blame button
|
2012-09-10 14:34:01 +02:00
|
|
|
Then I should see git file blame
|