[DRE-commits] [ruby-aruba] 04/98: Fixed typo

Hideki Yamane henrich at moszumanska.debian.org
Tue Mar 22 12:20:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch debian/sid
in repository ruby-aruba.

commit 46e126632f80258324d72d74e86af29a114683d0
Author: Dennis Günnewig <dg1 at ratiodata.de>
Date:   Fri Nov 27 15:38:34 2015 +0100

    Fixed typo
---
 features/api/command/find_command.feature | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/features/api/command/find_command.feature b/features/api/command/find_command.feature
index 8cd19c8..defd136 100644
--- a/features/api/command/find_command.feature
+++ b/features/api/command/find_command.feature
@@ -5,7 +5,7 @@ Feature: Find a started command
   Background:
     Given I use a fixture named "cli-app"
 
-  Scenario: Exising command
+  Scenario: Existing command
     Given a file named "spec/run_spec.rb" with:
     """ruby
     require 'spec_helper'
@@ -23,7 +23,7 @@ Feature: Find a started command
     When I run `rspec`
     Then the specs should all pass
 
-  Scenario: Non-Exising command
+  Scenario: Non-Existing command
     Given a file named "spec/run_spec.rb" with:
     """ruby
     require 'spec_helper'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-aruba.git



More information about the Pkg-ruby-extras-commits mailing list