thiruR

Results 1 issues of 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'...