Sha256: 2bc3975aeefa4d4a21457f64c97afaaed29e390715c9adab702ade755cf53a00

Contents?: true

Size: 227 Bytes

Versions: 4

Compression:

Stored size: 227 Bytes

Contents

require 'pathname'
require Pathname(__FILE__).dirname.expand_path.parent + 'spec_helper'

describe DataMapper::Validate::GenericValidator do
  it "should have specs" do
    pending
    # FIXME do something, add specs
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dm-validations-0.9.2 spec/integration/generic_validator_spec.rb
dm-validations-0.9.3 spec/integration/generic_validator_spec.rb
dm-validations-0.9.5 spec/integration/generic_validator_spec.rb
dm-validations-0.9.4 spec/integration/generic_validator_spec.rb