Sha256: 74ef6e08d9e56a3606d1eee0ec42336317bc2a59f54daf5cc38c4bfe13e66840
Contents?: true
Size: 555 Bytes
Versions: 3
Compression:
Stored size: 555 Bytes
Contents
require "juxtapose/version" require "juxtapose/image_matcher" require "juxtapose/screenshotter" require "juxtapose/strategy/frank_strategy" require "juxtapose/strategy/capybara_strategy" require "juxtapose/strategy/appium_strategy" if defined?(Motion::Project::Config) Motion::Project::App.setup do |app| ENV["RUBYMOTION_PROJECT_DIR"] = Dir.pwd Dir.glob(File.join(File.dirname(__FILE__), 'juxtapose/**/*.rb')).reverse.each do |file| unless file.match(/juxtapose\/application/) app.files.unshift(file) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
motion-juxtapose-0.3.2 | lib/motion-juxtapose.rb |
motion-juxtapose-0.3.1 | lib/motion-juxtapose.rb |
motion-juxtapose-0.3.0 | lib/motion-juxtapose.rb |