Small change to the Makefile with comments that can help anyone debugging to output verbose tests or test just one when running make test
Updated the code_school.rb model to have URL validation for HTTPS. Uses Regex to accomplish this.
Added a test to ensure that it will throw an error when a HTTP address is given.
Updated the Code School Factory Faker for URL to generate HTTPS urls for mock data in testing
Description of changes
Small change to the Makefile with comments that can help anyone debugging to output verbose tests or test just one when running
make test
Updated the
code_school.rb
model to have URL validation for HTTPS. Uses Regex to accomplish this. Added a test to ensure that it will throw an error when a HTTP address is given. Updated the Code School Factory Faker for URL to generate HTTPS urls for mock data in testingIssue Resolved
Fixes #436