Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #119 from kozy4324/fix-yaml-reference-error
Browse files Browse the repository at this point in the history
fix reference error of YAML and JSON
  • Loading branch information
ragaskar committed Dec 7, 2012
2 parents 2afdf2b + c5b2c9d commit 442135f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/jasmine/config.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module Jasmine
require 'yaml'
require 'erb'
def self.configure(&block)
block.call(self.config)
Expand Down
1 change: 1 addition & 0 deletions lib/jasmine/selenium_driver.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module Jasmine
require 'json'
class SeleniumDriver
def initialize(browser, http_address)
require 'selenium-webdriver'
Expand Down

0 comments on commit 442135f

Please sign in to comment.