I have this statement:
@obj[:attribute].eql?(“TestValue”).should be_true If not just tell me the test failed, it will tell me it failed, because @obj[:attribute] is zero or 1234 or what it is
I have this statement:
@obj[:attribute].eql?(“TestValue”).should be_true If not just tell me the test failed, it will tell me it failed, because @obj[:attribute] is zero or 1234 or what it is