Sha256: dedf943d2018c63ecf03519272a90d56a03fb83be4002b90771e8f0b78519b69
Contents?: true
Size: 256 Bytes
Versions: 5
Compression:
Stored size: 256 Bytes
Contents
require 'spec_helper' describe 'SettingsJs::Config' do let(:config) { SettingsJs::Config.instance } it { config.should have_attr_accessor :backend } it { config.should have_attr_accessor :keys } it { config.should have_attr_accessor :klass } end
Version data entries
5 entries across 5 versions & 1 rubygems