OWASP / railsgoat

A vulnerable version of Rails that follows the OWASP Top 10
railsgoat.cktricky.com
MIT License
858 stars 666 forks source link

Guard rspec fixes #322

Closed nvisium-john-poulin closed 6 years ago

nvisium-john-poulin commented 6 years ago

Switched definition of Guard task to the following format: guard :rspec, cmd: 'bundle exec rspec' do to close #321

nvisium-john-poulin commented 6 years ago

Whoops, let me clean this up.