Sha256: e8845fac63a49632b120d1faf8e2d0571f14e8a2ab5033749e2bb2616a28ad92
Contents?: true
Size: 315 Bytes
Versions: 2
Compression:
Stored size: 315 Bytes
Contents
require 'spec_helper' module Roadie describe CSSFileNotFound do it "is initialized with a filename" do CSSFileNotFound.new('file.css').filename.should == 'file.css' end it "has a message" do CSSFileNotFound.new('style.css').message.should == 'Could not find style.css' end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
roadie-1.0.1 | spec/lib/roadie/css_file_not_found_spec.rb |
roadie-1.0.0 | spec/lib/roadie/css_file_not_found_spec.rb |