Open thedannywahl opened 8 years ago
[ruby] [warning] possibly useless use of == in void context (there's 27 warnings in this file)
Relates to #9
Because we have multiple .shoulds inside of each it blocks it's throwing this warning. We can either use .should be == '' or .should eq('')
.should
it
.should be == ''
.should eq('')
[ruby] [warning] possibly useless use of == in void context (there's 27 warnings in this file)
Relates to #9
Because we have multiple
.should
s inside of eachit
blocks it's throwing this warning. We can either use.should be == ''
or.should eq('')