Switch to official couch_potato version

This commit is contained in:
2015-07-17 12:44:52 +02:00
parent a8590c7b49
commit af6edfd0aa
9 changed files with 106 additions and 70 deletions
+4
View File
@@ -5,6 +5,10 @@ describe :section do
@section = build :section, path: [[10, 30], [20,30], [20,40], [10, 40]]
end
it "creates without problem" do
expect{ @section.save }.not_to raise_error
end
describe :path do
describe :width do
it "should have 20 width when initialized" do