Skip to content

Instantly share code, notes, and snippets.

@joonty
Created June 11, 2013 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joonty/5757619 to your computer and use it in GitHub Desktop.
Save joonty/5757619 to your computer and use it in GitHub Desktop.
Output of `rspec` for vdebug integration test
:VdebugOpt
setting debug_file
behaves like a vdebug option
the resulting option value
should == "path/to/file.log"
setting debug_file_level
behaves like a vdebug option
the resulting option value
should == "2"
setting debug_window_level
behaves like a vdebug option
the resulting option value
should == "2"
setting watch_window_style
behaves like a vdebug option
the resulting option value
should == "compact"
setting marker_default
behaves like a vdebug option
the resulting option value
should == "*"
setting marker_closed_tree
behaves like a vdebug option
the resulting option value
should == ">"
setting marker_open_tree
behaves like a vdebug option
the resulting option value
should == "V"
setting ide_key
behaves like a vdebug option
the resulting option value
should == "abcd1234"
setting break_on_open
behaves like a vdebug option
the resulting option value
should == "0"
setting on_close
behaves like a vdebug option
the resulting option value
should == "detach"
setting timeout
behaves like a vdebug option
the resulting option value
should == "20"
setting server
behaves like a vdebug option
the resulting option value
should == "192.168.0.1"
setting port
behaves like a vdebug option
the resulting option value
should == "20000"
setting continuous_mode
behaves like a vdebug option
the resulting option value
should == "1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment