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

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

@thiruR

Description

@thiruR

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 ??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions