Skip to content

Commit 2a11e8b

Browse files
luke-hillbarancev
authored andcommitted
Fix up load order for inheritance chains
1 parent 973a069 commit 2a11e8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ require 'rake_tasks/selenium_rake/detonating_handler'
2020
require 'rake_tasks/selenium_rake/crazy_fun'
2121

2222
# 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
2324
require 'rake_tasks/crazy_fun/mappings/file_copy_hack'
25+
require 'rake_tasks/crazy_fun/mappings/tasks'
2426
require 'rake_tasks/crazy_fun/mappings/rake_mappings'
2527
require 'rake_tasks/crazy_fun/mappings/ruby_mappings'
26-
require 'rake_tasks/crazy_fun/mappings/tasks'
2728

2829
# Location of all new (non-CrazyFun) methods
2930
require 'rake_tasks/selenium_rake/browsers'

0 commit comments

Comments
 (0)