mirror of
https://github.com/jimeh/twhois.git
synced 2026-02-19 02:46:41 +00:00
added spec_helper.rb
This commit is contained in:
9
spec/spec_helper.rb
Normal file
9
spec/spec_helper.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
# add project-relative load paths
|
||||
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
||||
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
||||
|
||||
# require stuff
|
||||
require 'twhois'
|
||||
require 'rspec'
|
||||
require 'rspec/autorun'
|
||||
|
||||
Reference in New Issue
Block a user