Sha256: b2fa9e6cfebfc385b1157a4437a7134175747e38ca0a8598b001322e2e872f62

Contents?: true

Size: 174 Bytes

Versions: 10

Compression:

Stored size: 174 Bytes

Contents

class TestHarness
  module TestHelper
    delegate :configuration, :given, :uiv, :uid, :mm, :to => TestHarness

    def browser
      configuration.browser
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
test-harness-0.4.7 lib/test_helper.rb
test-harness-0.4.6 lib/test_helper.rb
test-harness-0.4.5 lib/test_helper.rb
test-harness-0.4.4 lib/test_helper.rb
test-harness-0.4.3 lib/test_helper.rb
test-harness-0.4.2 lib/test_helper.rb
test-harness-0.4.1 lib/test_helper.rb
test-harness-0.4.0 lib/test_helper.rb
test-harness-0.3.0 lib/test_helper.rb
test-harness-0.2.0 lib/test_helper.rb