test/toto_test.rb in toto-0.1.0 vs test/toto_test.rb in toto-0.1.1
- old
+ new
@@ -119,10 +119,10 @@
setup do
@config[:markdown] = false
Toto::Article.new({:body => "there ain't such thing as a free lunch\n" * 10}, @config)
end
- should("create a valid summary") { topic.summary.size }.within (75..80)
+ should("create a valid summary") { topic.summary.size }.within 75..80
end
end
end
end