Sha256: 14bf20fc449d85432e1a4620819af5a47239412d05e13892d41c593c5500bf4c

Contents?: true

Size: 441 Bytes

Versions: 5

Compression:

Stored size: 441 Bytes

Contents

require File.expand_path(File.join(File.dirname(__FILE__), '..', 'test_helper'))

module JsTestDriver
  class SampleTest < Test::Unit::TestCase

    def test_running_sample_specs
      config_path = File.expand_path('../../sample/config/js_test_driver.rb', __FILE__)
      app = JsTestDriver::Application.new(:config_path => config_path)

      assert app.run(:output_xml => true), 'running tests should return a success'
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
js-test-driver-rails-0.5.0.pre5 test/integration/sample_test.rb
js-test-driver-rails-0.5.0.pre4 test/integration/sample_test.rb
js-test-driver-rails-0.5.0.pre3 test/integration/sample_test.rb
js-test-driver-rails-0.5.0.pre2 test/integration/sample_test.rb
js-test-driver-rails-0.5.0.pre1 test/integration/sample_test.rb