diff options
author | Lisanne Fellinger <lisanne.88@gmail.com> | 2016-10-27 22:08:20 +0200 |
---|---|---|
committer | Lisanne Fellinger <lisanne.88@gmail.com> | 2016-11-07 15:17:52 +0100 |
commit | e6e4147880e831cdc6cc9ef31774297222f654c3 (patch) | |
tree | 3e570264b1dbd7a44dc849818691afd94178d835 /features/project | |
parent | c392b0cc24ba40e3fed920c6c693cb24665193af (diff) | |
download | gitlab-ce-e6e4147880e831cdc6cc9ef31774297222f654c3.tar.gz |
Rewritten spinach git_blame tests to rspec feature tests
Fixing rubocop violations
Relocated git_blame spec and fixed styling issue
Rewritten spinach git_blame tests to rspec feature tests
Fixing rubocop violations
Relocated git_blame spec and fixed styling issue
Rewritten spinach git_blame tests to rspec feature tests
Fixing rubocop violations
Rewritten spinach git_blame tests to rspec feature tests
Fixing rubocop violations
Rewritten spinach git_blame tests to rspec feature tests
Fixing rubocop violations
Relocated git_blame spec and fixed styling issue
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/source/git_blame.feature | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/features/project/source/git_blame.feature b/features/project/source/git_blame.feature deleted file mode 100644 index 48b1077dc6b..00000000000 --- a/features/project/source/git_blame.feature +++ /dev/null @@ -1,10 +0,0 @@ -Feature: Project Source Git Blame - Background: - Given I sign in as a user - And I own project "Shop" - Given I visit project source page - - Scenario: I blame file - Given I click on ".gitignore" file in repo - And I click Blame button - Then I should see git file blame |