additional neuigkeit test

This commit is contained in:
2019-01-13 10:11:25 +01:00
parent 71d14c83ae
commit d7c8342817
6 changed files with 189 additions and 59 deletions

View File

@@ -0,0 +1,11 @@
shared_examples "a valid object" do
it "is valid" do
expect(object_variable).to be_valid
end
it "can be saved" do
expect(object_variable.save).to be_truthy
end
# it "failes" do
# expect(true).to be_falsey
# end
end