Sha256: cda57d41e92b8dbb7c1db3bb05d4e3be73b44271a8619cca9143cacd1bba141b

Contents?: true

Size: 237 Bytes

Versions: 7

Compression:

Stored size: 237 Bytes

Contents

class TestHarness
  class Configuration
    attr_accessor :browser, :server_host, :autoload_path, :namespace, :ajax_timeout

    def setup_cucumber_hooks(scope)
      scope.Before do
        TestHarness.reset
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
test-harness-0.6.3 lib/configuration.rb
test-harness-0.6.2 lib/configuration.rb
test-harness-0.6.1 lib/configuration.rb
test-harness-0.6.0 lib/configuration.rb
test-harness-0.4.14 lib/configuration.rb
test-harness-0.4.13 lib/configuration.rb
test-harness-0.4.12 lib/configuration.rb