Skip to content

Commit

Permalink
Fix up load order for inheritance chains
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill authored and barancev committed Oct 30, 2019
1 parent 973a069 commit 2a11e8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ require 'rake_tasks/selenium_rake/detonating_handler'
require 'rake_tasks/selenium_rake/crazy_fun'

# The CrazyFun builders - Most of these are either partially or fully obsolete
# Note the order here is important - The top 2 are used in inheritance chains
require 'rake_tasks/crazy_fun/mappings/file_copy_hack'
require 'rake_tasks/crazy_fun/mappings/tasks'
require 'rake_tasks/crazy_fun/mappings/rake_mappings'
require 'rake_tasks/crazy_fun/mappings/ruby_mappings'
require 'rake_tasks/crazy_fun/mappings/tasks'

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

0 comments on commit 2a11e8b

Please sign in to comment.