Skip to content

Commit

Permalink
Fix some 1.9.4 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
undr committed Mar 18, 2015
1 parent e2bfc4c commit 8f3b6de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/influxdb/arel.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'date'
require 'time'
require "influxdb/arel/version"
require 'influxdb/arel/core_extensions'
require 'influxdb/arel/extensions'
Expand Down
3 changes: 2 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
require 'bundler'
Bundler.require(:default, :test)

require './lib/influxdb'

Dir["./spec/support/**/*.rb"].each { |f| require f }
Dir["./spec/support/**/*.rb"].each{|f| require f }

RSpec.configure do |config|
config.mock_with :rspec
Expand Down

0 comments on commit 8f3b6de

Please sign in to comment.