itmammoth

Results 10 issues of itmammoth

When you call the api via the `SlackApi` object created without `Proxy` parameter, it tries to open the connection with `Proxy.NO_PROXY`(means direct connection). ``` System.setProperty("https.proxyHost","test.proxy.com"); // will be ignored System.setProperty("https.proxyPort","8081");...

Version: 0.9.1 Hi, I found some extracted titles wrong, and which seems to occur occasionally. To reproduce the bug: Run `wp2txt` twice like below. (The dump file I used is...

Line number option `-l` is no longer available in rspec 3.x. This solution is working with rspec 2.x as well.

enhancement

Like below ``` Run options: include {:focus=>true} All examples were filtered out; ignoring {:focus=>true} Randomized with seed 43456 .........Running via Spring preloader in process 55895 ... Finished in 0.58347 seconds...