browser 1.0.1 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +0,0 @@
1
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__)
2
- require "bundler/setup"
3
- require "minitest/autorun"
4
- require "minitest/utils"
5
- require "browser"
6
- require "yaml"
7
-
8
- $ua = YAML.load_file("./test/ua.yml")