Sha256: 777a2edfdc1b89e97a06c0981350c3b0e6aee8adcee39a697905b63477b2cdfa
Contents?: true
Size: 420 Bytes
Versions: 6
Compression:
Stored size: 420 Bytes
Contents
require 'spec_helper' require "generator_spec" describe MightyGrid::Generators::InstallGenerator 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 it "creates locale file" do assert_file "config/locales/mighty_grid.en.yml" end end
Version data entries
6 entries across 6 versions & 1 rubygems