Skip to content

Commit

Permalink
tests_passing
Browse files Browse the repository at this point in the history
  • Loading branch information
keviny22 committed Apr 3, 2015
1 parent c6d7e3a commit 9222371
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/classes/http.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'httparty'
module Quickbase
class HTTP
include HTTParty
Expand Down
6 changes: 5 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
add_filter "/spec/"
end

Dir[File.expand_path(File.join(File.dirname(__FILE__), "..", "lib", "**", '*.rb'))].each {|f| require f}
Dir[File.expand_path(File.join(File.dirname(__FILE__), "..", "lib", "**", '*.rb'))].each {|f|
f
require f
}
#require File.dirname(__FILE__) + "/../lib/quickbase.rb"

0 comments on commit 9222371

Please sign in to comment.