spec/month_spec.rb in insulin-0.1.0 vs spec/month_spec.rb in insulin-0.1.1
- old
+ new
@@ -18,11 +18,7 @@
it "should have average glucose" do
m.average_glucose.should_not == nil
end
- it "should say '15-day period'" do
- m.to_s.should include "15-day period"
- end
-
drop_test_db
end