class Object

Public Instance Methods

loaded_files_excluding_current_rake_file() click to toggle source
# File lib/archangel/testing_support/shared_contexts/rake.rb, line 12
def loaded_files_excluding_current_rake_file
  $LOADED_FEATURES.reject do |file|
    file == Rails.root.join("#{task_path}.rake").to_s
  end
end
supports_block_expectations?() click to toggle source
# File lib/archangel/testing_support/matchers/match_stdout.rb, line 34
def supports_block_expectations?
  true
end
uploader_test_image() click to toggle source
# File lib/archangel/testing_support/support.rb, line 3
def uploader_test_image
  Archangel::Engine.root + "lib/archangel/testing_support/fixtures/image.gif"
end
uploader_test_stylesheet() click to toggle source
# File lib/archangel/testing_support/support.rb, line 7
def uploader_test_stylesheet
  Archangel::Engine.root +
    "lib/archangel/testing_support/fixtures/stylesheet.css"
end