Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArgumentError #30

Open
pwen opened this issue Apr 27, 2014 · 3 comments
Open

ArgumentError #30

pwen opened this issue Apr 27, 2014 · 3 comments

Comments

@pwen
Copy link

pwen commented Apr 27, 2014

While runing guard-teaspoon, I'm getting the following error:

00:03:34 - ERROR - Guard::Teaspoon failed to achieve its <run_on_changes>, exception was:

[#] ArgumentError: wrong number of arguments (2 for 0..1)
[#] ../gems/teaspoon-0.8.0/lib/teaspoon/console.rb:20:in execute
[#] ../gems/guard-teaspoon-0.0.4/lib/guard/teaspoon/runner.rb:26:in run

Gemfile.lock says:

guard (2.6.0)
  formatador (>= 0.2.4)
  listen (~> 2.7)
  lumberjack (~> 1.0)
  pry (>= 0.9.12)
  thor (>= 0.18.1)
guard-rails (0.5.0)
  guard (>= 2.0.0)
guard-rspec (4.2.8)
  guard (~> 2.1)
  rspec (>= 2.14, < 4.0)
guard-teaspoon (0.0.4)
  guard (>= 1.6.1)
  teaspoon (>= 0.5.3)
teaspoon (0.8.0)
  railties (>= 3.2.5, < 5)
@jejacks0n
Copy link
Owner

Should be fixed in master.


Jeremy Jackson

On Apr 27, 2014, at 1:11 AM, Peiying Wen notifications@github.com wrote:

While runing guard-teaspoon, I'm getting the following error:

00:03:34 - ERROR - Guard::Teaspoon failed to achieve its , exception was:

[#] ArgumentError: wrong number of arguments (2 for 0..1)
[#] ../gems/teaspoon-0.8.0/lib/teaspoon/console.rb:20:in execute'
[#] ../gems/guard-teaspoon-0.0.4/lib/guard/teaspoon/runner.rb:26:inrun'

Gemfile.lock says:

guard (2.6.0)
formatador (>= 0.2.4)
listen (> 2.7)
lumberjack (
> 1.0)
pry (>= 0.9.12)
thor (>= 0.18.1)
guard-rails (0.5.0)
guard (>= 2.0.0)
guard-rspec (4.2.8)
guard (~> 2.1)
rspec (>= 2.14, < 4.0)
guard-teaspoon (0.0.4)
guard (>= 1.6.1)
teaspoon (>= 0.5.3)
teaspoon (0.8.0)
railties (>= 3.2.5, < 5)

Reply to this email directly or view it on GitHub.

@samu
Copy link
Contributor

samu commented Apr 27, 2014

Addressed by #29, which is not yet merged into master.

@jbosse
Copy link

jbosse commented Apr 15, 2016

Hey, any movement on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants