test/cli/commands/test_watch.rb in nanoc-3.4.3 vs test/cli/commands/test_watch.rb in nanoc-3.5.0b1
- old
+ new
@@ -2,17 +2,9 @@
class Nanoc::CLI::Commands::WatchTest < MiniTest::Unit::TestCase
include Nanoc::TestHelpers
- def setup
- super
- @@warned ||= begin
- STDERR.puts "\n(fssm deprecation warning can be ignored; master branch uses guard/listen)"
- true
- end
- end
-
def test_run
with_site do |s|
watch_thread = Thread.new do
Nanoc::CLI.run %w( watch )
end