Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

undefined method `run=' for Test::Unit:Module #58

Open
thiruR opened this issue Oct 30, 2012 · 2 comments
Open

undefined method `run=' for Test::Unit:Module #58

thiruR opened this issue Oct 30, 2012 · 2 comments

Comments

@thiruR
Copy link

thiruR commented Oct 30, 2012

Hii all,

I have installed the required gems for hydra and updated my rake file with the following code

Hydra::TestTask.new('hydra:unit') do |t|
t.add_files 'features/step_definitions/*.rb'
end

Hydra::TestTask.new('hydra:cucumber') do |t|
t.add_files 'features/hydra/checkout.feature'
end

task :hydra => ['hydra:unit', 'hydra:cucumber']

While i'm trying to run my rake using the command >rake hydra or >rake hydra:cucumber
I am getting a error like

rake aborted!
undefined method `run=' for Test::Unit:Module

Any solution ??

@ngauthier
Copy link
Owner

Hi thiruR,

Se #56. I believe you need to install the "test-unit" gem for 1.9 support.

@thiruR
Copy link
Author

thiruR commented Oct 31, 2012

Hi ngauthier,

I tried that too , but same result .
I'm using Jruby1.7.0
ruby-1.9.3-p203
cucumber 1.2.1

Is there any compatibility issue in using Hydra??

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

No branches or pull requests

2 participants