README.md in infrataster-0.1.7 vs README.md in infrataster-0.1.8
- old
+ new
@@ -217,18 +217,9 @@
end
end
end
```
-If you use `capybara`, you should download and extract [BrowserMob Proxy](http://bmp.lightbody.net/) and set `Infrataster::BrowsermobProxy.bin_path` to binary path in `spec/spec_helper.rb`:
-
-```ruby
-# spec/spec_helper.rb
-Infrataster::BrowsermobProxy.bin_path = '/path/to/browsermob/bin/browsermob'
-```
-
-(BrowserMob Proxy is needed to manipulate Host HTTP header.)
-
### `mysql_query` resource
`mysql_query` resource is now in [infrataster-plugin-mysql](https://github.com/ryotarai/infrataster-plugin-mysql).
## Example