We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973a069 commit 2a11e8bCopy full SHA for 2a11e8b
Rakefile
@@ -20,10 +20,11 @@ require 'rake_tasks/selenium_rake/detonating_handler'
20
require 'rake_tasks/selenium_rake/crazy_fun'
21
22
# The CrazyFun builders - Most of these are either partially or fully obsolete
23
+# Note the order here is important - The top 2 are used in inheritance chains
24
require 'rake_tasks/crazy_fun/mappings/file_copy_hack'
25
+require 'rake_tasks/crazy_fun/mappings/tasks'
26
require 'rake_tasks/crazy_fun/mappings/rake_mappings'
27
require 'rake_tasks/crazy_fun/mappings/ruby_mappings'
-require 'rake_tasks/crazy_fun/mappings/tasks'
28
29
# Location of all new (non-CrazyFun) methods
30
require 'rake_tasks/selenium_rake/browsers'
0 commit comments