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