Skip to content

Commit

Permalink
tests_passing
Browse files Browse the repository at this point in the history
  • Loading branch information
keviny22 committed Apr 4, 2015
1 parent 9222371 commit c9795c4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@
add_filter "/spec/"
end

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

0 comments on commit c9795c4

Please sign in to comment.