Method: EffectiveTestBot::DSL#absolute_image_path

Defined in:
lib/effective_test_bot/dsl.rb

#absolute_image_pathObject



34
35
36
# File 'lib/effective_test_bot/dsl.rb', line 34

def absolute_image_path
  Rails.root.join("tmp/screenshots/#{image_name.gsub('/', '-')}.png")
end