Top Level Namespace

Defined Under Namespace

Modules: VcrWs

Instance Method Summary collapse

Instance Method Details

#testObject



5
6
7
8
9
10
11
12
13
14
# File 'lib/vcr_ws/test_actor.rb', line 5

def test
  config = VcrWs::Config.instance
  config.configure(
    test_ws_port: 8082,
    test_ws_address: "0.0.0.0"
  )
  file_path = "spec/fixtures/sample.yml"
  @actor_ws = VcrWs::ActorWS.new(file_path)
  @actor_ws.start!
end