spec/spec_helper.rb in github_api-0.2.1 vs spec/spec_helper.rb in github_api-0.2.2
- old
+ new
@@ -2,9 +2,10 @@
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
+require 'json'
require 'webmock/rspec'
require 'github_api'
# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.