Sha256: 44609b9f7365ce79ed824e687fef27c2605dd8000ca65f41d7b4e872710d40e7

Contents?: true

Size: 207 Bytes

Versions: 3

Compression:

Stored size: 207 Bytes

Contents

# encoding: utf-8

# Includes specific helpers and matchers for validator specs
RSpec.configure do |config|
  config.before :each, type: :validator do
    require_relative "../validators/matchers"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hexx-validators-0.0.3 lib/hexx/validators/generator/support/config/validator.rb
hexx-validators-0.0.2 lib/hexx/validators/generator/support/config/validator.rb
hexx-validators-0.0.1 lib/hexx/validators/generator/support/config/validator.rb