test/unit/manager_tests.rb in sanford-0.9.0 vs test/unit/manager_tests.rb in sanford-0.10.0
- old
+ new
@@ -110,10 +110,10 @@
end
subject{ @pid_file }
should have_imeths :pid, :to_s, :write, :remove
- should "return it's path with #to_s" do
+ should "return its path with #to_s" do
assert_equal @pid_file_path, subject.to_s
end
should "write the pid file with #write" do
subject.write