• Joined on 2023-08-20
bucky pushed to master at bucky/url-shortener 2023-10-13 21:29:35 -07:00
5631ae386f include rackup
c31c556df5 removed falcon and it's dependencies, because it wasn't working right.
Compare 2 commits »
bucky deleted branch invalid-urls from bucky/url-shortener 2023-10-12 23:50:08 -07:00
bucky deleted branch rspec-coverage from bucky/url-shortener 2023-10-12 23:49:51 -07:00
bucky pushed to master at bucky/url-shortener 2023-10-12 23:49:51 -07:00
5fae0c4fa9 Merge pull request 'rspec-coverage' (#22) from rspec-coverage into master
144731062b added URL validation to webpage part
72f3e03edd added tests for invalid URL entries
b08693e866 remove the puts, don't print out the test result
ae2360a480 include the proper status code
Compare 14 commits »
bucky closed issue bucky/url-shortener#8 2023-10-12 23:49:49 -07:00
testing invalid URLs
bucky merged pull request bucky/url-shortener#22 2023-10-12 23:49:49 -07:00
rspec-coverage
bucky created pull request bucky/url-shortener#22 2023-10-12 23:49:39 -07:00
rspec-coverage
bucky pushed to rspec-coverage at bucky/url-shortener 2023-10-12 23:43:50 -07:00
144731062b added URL validation to webpage part
72f3e03edd added tests for invalid URL entries
b08693e866 remove the puts, don't print out the test result
Compare 3 commits »
bucky pushed to rspec-coverage at bucky/url-shortener 2023-10-12 23:32:25 -07:00
ae2360a480 include the proper status code
213265a5d0 added test for submitting with the wrong content type header
Compare 2 commits »
bucky pushed to rspec-coverage at bucky/url-shortener 2023-10-12 23:13:17 -07:00
dfb6b23e70 run simplecov for rspec tests
bucky created branch rspec-coverage in bucky/url-shortener 2023-10-12 23:13:17 -07:00
bucky pushed to invalid-urls at bucky/url-shortener 2023-10-12 19:04:02 -07:00
c81a7a6160 added rescue for urls that don't resolve
bbb710a5e1 added test for bad TLD, better named 404 url test
Compare 2 commits »
bucky pushed to invalid-urls at bucky/url-shortener 2023-10-12 18:27:10 -07:00
7eaa8eacf8 added rescue for OpenURI HTTPErrors
d78e361c29 added test for validating a url is accessible
Compare 2 commits »
bucky pushed to invalid-urls at bucky/url-shortener 2023-10-12 18:22:49 -07:00
1ae6c02472 rescue BadURIError for invalid URL format
11206854ad added test for an invalid url
Compare 2 commits »
bucky pushed to invalid-urls at bucky/url-shortener 2023-10-12 16:26:32 -07:00
33089e6fbd build HTML output with cucumber and rspec files in root dir
bucky pushed to invalid-urls at bucky/url-shortener 2023-10-12 16:20:01 -07:00
bucky created branch invalid-urls in bucky/url-shortener 2023-10-12 16:20:01 -07:00
bucky commented on issue bucky/url-shortener#8 2023-10-12 14:39:21 -07:00
testing invalid URLs

was closed prematurely because i was working on another part for the empty url validation.

bucky reopened issue bucky/url-shortener#8 2023-10-12 14:38:54 -07:00
testing invalid URLs