Sha256: ff7f814e655f1549dbef8a70f53758745402bc92294804eaa6307eb421b7445e
Contents?: true
Size: 390 Bytes
Versions: 6
Compression:
Stored size: 390 Bytes
Contents
# coding: utf-8 require 'spec_helper' describe Redditor::Generators::ViewsGenerator do include GeneratorSpec::TestCase destination File.expand_path("../../../tmp", __FILE__) before(:all) do prepare_destination run_generator end after(:all) { FileUtils.rm_rf 'tmp' } it "generates views" do assert_directory "app/views/redditor/pages/_page.html.haml" end end
Version data entries
6 entries across 6 versions & 1 rubygems