# encoding: utf-8

# Loads the RSpec support files.
require "rspec"
Dir[File.expand_path "spec/support/*.rb"].each { |file| require file }

if RUBY_ENGINE == "ruby"
  require "coveralls"
  Coveralls.wear!
end

# Loads the code of the module with the RSpec test rspec.
require "hexx-rspec"