Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-06-30 11:41:06 +0400
committerSytse Sijbrandij <sytses@gmail.com>2014-06-30 11:41:06 +0400
commit2f962a40e8e3d28cbe7f4988711361dffae900e2 (patch)
tree86fd564b8ff90cb8b5fa32af2731fecdd048451f /features
parent024e0577c6b6ded30ee09536082bd24405bda1e5 (diff)
parenta7e0ca9e83851ae573eb19a977814f550b07f44f (diff)
Merge pull request #7170 from cirosantilli/add-trailing-newlines
[minor-refactor] Add trailing newline to all text files.
Diffstat (limited to 'features')
-rw-r--r--features/project/commits/user_lookup.feature2
-rw-r--r--features/project/edit_issuetracker.feature2
-rw-r--r--features/steps/project/archived.rb2
-rw-r--r--features/steps/project/multiselect_blob.rb2
4 files changed, 4 insertions, 4 deletions
diff --git a/features/project/commits/user_lookup.feature b/features/project/commits/user_lookup.feature
index f3864c0ab38..aa347e24fe4 100644
--- a/features/project/commits/user_lookup.feature
+++ b/features/project/commits/user_lookup.feature
@@ -11,4 +11,4 @@ Feature: Project Browse Commits User Lookup
Scenario: I browse another commit from list
Given I click on another commit link
- Then I see other commit info \ No newline at end of file
+ Then I see other commit info
diff --git a/features/project/edit_issuetracker.feature b/features/project/edit_issuetracker.feature
index b5477d3c7ab..cc0de07ca69 100644
--- a/features/project/edit_issuetracker.feature
+++ b/features/project/edit_issuetracker.feature
@@ -15,4 +15,4 @@ Feature: Project Issue Tracker
When I visit edit project "Shop" page
And change the issue tracker to "Redmine"
And I save project
- Then I the project should have "Redmine" as issue tracker \ No newline at end of file
+ Then I the project should have "Redmine" as issue tracker
diff --git a/features/steps/project/archived.rb b/features/steps/project/archived.rb
index dfbe762c438..8b490d2ffc0 100644
--- a/features/steps/project/archived.rb
+++ b/features/steps/project/archived.rb
@@ -34,4 +34,4 @@ class ProjectArchived < Spinach::FeatureSteps
click_link "Unarchive"
end
-end \ No newline at end of file
+end
diff --git a/features/steps/project/multiselect_blob.rb b/features/steps/project/multiselect_blob.rb
index 3d330e837c1..28df7bc9312 100644
--- a/features/steps/project/multiselect_blob.rb
+++ b/features/steps/project/multiselect_blob.rb
@@ -55,4 +55,4 @@ class ProjectMultiselectBlob < Spinach::FeatureSteps
step 'I click on "Gemfile.lock" file in repo' do
click_link "Gemfile.lock"
end
-end \ No newline at end of file
+end