You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
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 ??
The text was updated successfully, but these errors were encountered: