Sha256: 5fb910c05dcf3cbb38a19c5b26679737b6f258d35e61386a77fb6b0091d486bd
Contents?: true
Size: 423 Bytes
Versions: 16
Compression:
Stored size: 423 Bytes
Contents
require 'spec_helper' CLASS = Rails3::Assist::Artifact::Path class ArtDir include CLASS end describe Rails3::Assist::Artifact::Path do # use_helper :directories before do Rails3::Assist::Directory.rails_root = File.dirname (__FILE__) @test = ArtDir.new end describe '#artifact_path' do it "should return mailer directory name" do @test.artifact_path(:my_mailer, :mailer) end end end
Version data entries
16 entries across 16 versions & 1 rubygems