Beispiel #1
0
 def it_should_be_correct(self):
     expect(1).to_equal(1)
Beispiel #2
0
 def it_should_be_incorrect(self):
     expect(1).to_not_equal(2)
Beispiel #3
0
def it_should_be_not_correct():
    expect(2).to_not_equal(1)