Sha256: 7c648d2f01d04c90aee692565e04d040ddb21e899393d4555deb84d83de5a474

Contents?: true

Size: 373 Bytes

Versions: 1

Compression:

Stored size: 373 Bytes

Contents

# encoding: utf-8

# Loads the RSpec test suit.
require "hexx-suit"

# Loads runtime metrics in the current scope
Hexx::Suit.load_metrics_for(self) if ENV["USE_METRICS"]

# Loads the RSpec support files.
Dir.chdir File.expand_path("..", __FILE__) do
  Dir["./support/config/*.rb"].each { |file| require file }
end

# Loads the code of the module.
require "hexx-validators"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hexx-validators-0.0.1 spec/spec_helper.rb