cukeforker 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
data/lib/cukeforker/version.rb
CHANGED
@@ -15,7 +15,7 @@ module CukeForker
|
|
15
15
|
end
|
16
16
|
|
17
17
|
it "releases the display and removes it from the worker" do
|
18
|
-
worker.should_receive(:vnc).and_return server
|
18
|
+
worker.data.should_receive(:vnc).and_return server
|
19
19
|
pool.should_receive(:release).with server
|
20
20
|
worker.data.should_receive(:vnc=).with(nil)
|
21
21
|
|