spec/stasis_spec.rb in stasis-0.1.16 vs spec/stasis_spec.rb in stasis-0.1.17
- old
+ new
@@ -3,9 +3,13 @@
describe Stasis do
before(:all) do
generate
end
+
+ it "should preserve dotfiles" do
+ $files.keys.include?(".dotfile").should == true
+ end
it "should copy files that are not markup" do
$files['not_dynamic.html'].should =~ /pass/
end
\ No newline at end of file