class Object

Public Instance Methods

loaded_files_excluding_current_rake_file() click to toggle source
# File lib/mno_enterprise/testing_support/shared_contexts/rake_task.rb, line 11
def loaded_files_excluding_current_rake_file
  $".reject {|file| file == Rails.root.join("../../#{task_path}.rake").to_s }
end