spec/spec_helper.rb in ruby_raider-0.8.6 vs spec/spec_helper.rb in ruby_raider-0.8.8
- old
+ new
@@ -13,10 +13,10 @@
config.include(SettingsHelper)
config.before(:all) do
FRAMEWORKS.each do |framework|
AUTOMATION_TYPES.each do |automation|
[true, false].each do |visual|
- settings = create_settings(framework: framework, automation: automation, visual: visual)
+ settings = create_settings(framework: framework, automation: automation, visual: visual, axe: axe_support)
generate_framework(settings)
end
end
end
end