instructure / demo_arigato

Populates a Canvas demo site with dummy data
http://demoarigato.herokuapp.com
GNU Affero General Public License v3.0
2 stars 5 forks source link

[ruby] [warning] possibly useless use of == in void context url_helper_spec.rb #23

Open thedannywahl opened 8 years ago

thedannywahl commented 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('')