test/base/test_site.rb in nanoc-4.4.5 vs test/base/test_site.rb in nanoc-4.4.6
- old
+ new
@@ -1,4 +1,6 @@
+require 'helper'
+
class Nanoc::Int::SiteTest < Nanoc::TestCase
def test_initialize_with_dir_without_config_yaml
assert_raises(Nanoc::Int::ConfigLoader::NoConfigFileFoundError) do
Nanoc::Int::SiteLoader.new.new_from_cwd
end