Package not found. Please check the package name and try again.

jstd-runner 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -126,7 +126,6 @@ module JstdRunner
126
126
 
127
127
  # modify / process request stream
128
128
  conn.on_data do |data|
129
- binding.pry
130
129
  log.puts [Time.now, conn.peer].inspect
131
130
  log.write data
132
131
 
@@ -1,3 +1,3 @@
1
1
  module JstdRunner
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -15,7 +15,7 @@ module JstdRunner
15
15
  runner.stub!(:browser).and_return(browser)
16
16
 
17
17
  server = mock(Server, :host => "localhost", :port => 4224)
18
- Server.should_receive(:new).with(4224).and_return(server)
18
+ Server.should_receive(:new).with(4224, nil).and_return(server)
19
19
  server.should_receive(:start)
20
20
  server.should_receive(:monitor).with(10)
21
21
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jstd-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: