jsunit-sauce 0.0.2.alpha1 → 0.0.2.alpha2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +8 -0
  2. data/lib/sauce/jsunit.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -8,4 +8,12 @@ Rake::TestTask.new(:test) do |test|
8
8
  test.verbose = true
9
9
  end
10
10
 
11
+ task :build do
12
+ system "gem build jsunit-sauce.gemspec"
13
+ end
14
+
15
+ task :push => :build do
16
+ system "gem push `ls *.gem | sort | tail -n 1`"
17
+ end
18
+
11
19
  task :default => :test
data/lib/sauce/jsunit.rb CHANGED
@@ -18,7 +18,7 @@ module Sauce
18
18
  start_app_server(options)
19
19
  @tunnel = Sauce::Connect.new(:port => 8080, :domain => "jsunit.test")
20
20
  @tunnel.wait_until_ready
21
- @selenium_driver = Sauce::Selenium.new(:job_name => "JSUnit", :browser_url=>"http://jsunit.test/")
21
+ @selenium_driver = Sauce::Selenium.new(:job_name => "JSUnit", :browser_url=>"http://jsunit.test/", :'record-video' => false, :'record-screenshots' => false)
22
22
  debug "calling @selenium_driver.start"
23
23
  @selenium_driver.start_new_browser_session :trustAllSSLCertificates => false
24
24
  debug "@selenium_driver.start done"
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsunit-sauce
3
3
  version: !ruby/object:Gem::Version
4
- hash: -3702664370
4
+ hash: -3702664376
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 2
10
10
  - alpha
11
- - 1
12
- version: 0.0.2.alpha1
11
+ - 2
12
+ version: 0.0.2.alpha2
13
13
  platform: ruby
14
14
  authors:
15
15
  - Eric Allen