Sha256: 0c99fec2c01127c1b3abe59d7bcd9c28a87487b6161d305f534dabe154299ffd
Contents?: true
Size: 497 Bytes
Versions: 1
Compression:
Stored size: 497 Bytes
Contents
# encoding: UTF-8 require 'spec_helper' describe ActiveData do specify { expect(subject).to respond_to :include_root_in_json } specify { expect(subject).to respond_to :include_root_in_json= } specify { expect(subject).to respond_to :i18n_scope } specify { expect(subject).to respond_to :i18n_scope= } specify { expect(subject).to respond_to :primary_attribute } specify { expect(subject).to respond_to :primary_attribute= } specify { expect(subject).to respond_to :normalizer } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_data-1.0.0 | spec/lib/active_data_spec.rb |