Sha256: db12ec0d5a1e3ec52b75c108044eaa47f6f7a4e6e19bd5ec3027265f2916673a

Contents?: true

Size: 154 Bytes

Versions: 5

Compression:

Stored size: 154 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

module RailsBestPractices::Core
  describe Configs do
    it { should be_a_kind_of Hash }
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rails_best_practices-1.20.0 spec/rails_best_practices/core/configs_spec.rb
rails_best_practices-1.19.5 spec/rails_best_practices/core/configs_spec.rb
rails_best_practices-1.19.4 spec/rails_best_practices/core/configs_spec.rb
rails_best_practices-1.19.3 spec/rails_best_practices/core/configs_spec.rb
rails_best_practices-1.19.2 spec/rails_best_practices/core/configs_spec.rb