Sha256: 8121990ba6f55a29c8a01eddc37ef3be7b6fce6e61718543f088b9447b670693

Contents?: true

Size: 703 Bytes

Versions: 39

Compression:

Stored size: 703 Bytes

Contents

relative = Pathname.new(__FILE__).parent.to_s
['setup',
 'users',
 'components/netzke_combobox',
 'components/netzke_grid',
 'netzke',
 'download_helper',
 'chromedriver',
 'delayed_job_helpers',
 'post_run_logger',
 'helper',
 'performance_helper',
 'structure_compare',
 'custom_matchers',
 'custom_selectors',].each { |f| require (relative + '/' + f) }

module Marty; module RSpec; module Suite
  include Marty::RSpec::Setup
  include Marty::RSpec::Users
  include Marty::RSpec::Netzke
  include Marty::RSpec::DelayedJobHelpers
  include Marty::RSpec::DownloadHelper
  include Marty::RSpec::PostRunLogger
  include Marty::RSpec::PerformanceHelper
  include Marty::RSpec::StructureCompare
end end end

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
marty-8.5.0 spec/support/suite.rb
marty-8.4.1 spec/support/suite.rb
marty-8.3.1 spec/support/suite.rb
marty-8.2.0 spec/support/suite.rb
marty-8.0.0 spec/support/suite.rb
marty-6.1.0 spec/support/suite.rb
marty-5.2.0 spec/support/suite.rb
marty-5.1.4 spec/support/suite.rb
marty-5.1.3 spec/support/suite.rb
marty-5.1.2 spec/support/suite.rb
marty-5.1.1 spec/support/suite.rb
marty-5.1.0 spec/support/suite.rb
marty-3.1.0 spec/support/suite.rb
marty-3.0.1 spec/support/suite.rb
marty-4.0.0.rc2 spec/support/suite.rb
marty-3.0.0 spec/support/suite.rb
marty-2.9.3 spec/support/suite.rb
marty-2.9.2 spec/support/suite.rb
marty-2.9.1 spec/support/suite.rb
marty-2.8.0 spec/support/suite.rb