Sha256: a1f1a51f51356b132f983fdc6a45ecc384d92ce7ab5d030d76e87b97e495f0c4
Contents?: true
Size: 329 Bytes
Versions: 7
Compression:
Stored size: 329 Bytes
Contents
require 'spec_helper' require "generator_spec" describe MightyGrid::Generators::ConfigGenerator do destination File.expand_path("../../tmp", __FILE__) before(:all) do prepare_destination run_generator end it "creates config initializer" do assert_file "config/initializers/mighty_grid_config.rb" end end
Version data entries
7 entries across 7 versions & 1 rubygems