Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
I have searched for an answer to this this and clearly I am missing something
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
gilbert beveridge  
View profile  
 More options Nov 17 2012, 8:54 pm
From: gilbert beveridge <negativeb...@gmail.com>
Date: Sat, 17 Nov 2012 17:54:01 -0800 (PST)
Local: Sat, Nov 17 2012 8:54 pm
Subject: I have searched for an answer to this this and clearly I am missing something

When I run the command below guard complains that it can't find a cucumber
task what the heck and I doing wrong ?
Thanks in advance.

→ guard 'cucumber', :cli => '--tags ~@manual ~@wip'
Could not find task "cucumber,".

my Guardfile looks like this
# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard 'cucumber' do
  watch(%r{^features/.+\.feature$})
  watch(%r{^features/support/.+$})          { 'features' }
  watch(%r{^features/step_definitions/(.+)_steps\.rb$}) { |m|
Dir[File.join("**/#{m[1]}.feature")][0] || 'features' }
end


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thibaud Guillaume-Gentil  
View profile  
 More options Nov 18 2012, 7:35 am
From: Thibaud Guillaume-Gentil <thib...@thibaud.me>
Date: Sun, 18 Nov 2012 13:35:12 +0100
Local: Sun, Nov 18 2012 7:35 am
Subject: Re: I have searched for an answer to this this and clearly I am missing something
Hi,

The best is to open an issue on the guard-cucumber repository by following the guideline:

https://github.com/guard/guard/blob/master/CONTRIBUTING.md#file-an-issue

Thanks!

On Nov 18, 2012, at 02:54 , gilbert beveridge <negativeb...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rémy Coutable  
View profile  
 More options Nov 18 2012, 1:45 pm
From: Rémy Coutable <r...@rymai.me>
Date: Sun, 18 Nov 2012 19:42:01 +0100
Local: Sun, Nov 18 2012 1:42 pm
Subject: Re: I have searched for an answer to this this and clearly I am missing something
Hi,

The error is self-explanatory, you're running "guard 'cucumber' ..." but the Guard binary doesn't have such command. Simply run Guard with "guard start".

I think you can find this information in the README! ;-)

Rémy

Sent from my iPhone

On 18 nov. 2012, at 13:35, Thibaud Guillaume-Gentil <thib...@thibaud.me> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »