Sha256: 8eacc111f5beae110cf538053a4edd4e20504e38df7438a32e4c61534f8a1d78

Contents?: true

Size: 223 Bytes

Versions: 1

Compression:

Stored size: 223 Bytes

Contents

# frozen_string_literal: true

require 'rails_helper'

RSpec.describe Normalizy::Config, 'normalizy_raws' do
  it 'has the right defaults' do
    expect(subject.normalizy_raws).to eq %i[date money number percent]
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
normalizy-0.2.0 spec/normalizy/config/normalizy_raws_spec.rb