Commit Graph

7 Commits (d0c0ad5c16c132f1acc3b750ed7f6f8408db6faf)

Author SHA1 Message Date
Adam Townsend 445236d735 2nd scenario
+ added a scenario for submitting the button with no text  in url field
+ simplified the visit when clause to be used with any url
+ edited create route redirect if url param is empty (backend validation
  for required URL field)
+ added when clause for clicking submit button
+ added then clause for current path/page
2023-10-01 12:10:30 -07:00
Adam Townsend c0c82e5395 added some simple styles to make it nicer 2023-09-22 17:42:50 -07:00
Adam Townsend 47f8741592 added logic to prevent duplicate url's from being entered, it just
fetches the url and load it instead
2023-09-22 15:11:06 -07:00
Adam Townsend a3d7525d9a added rspec, rack test, and cucumber gems 2023-09-19 12:23:38 -07:00
Adam Townsend 1652107549 got app working reasonably well, and removed db file, that shouldn't be in the db 2023-09-14 22:30:33 -07:00
Adam Townsend b85a577ec2 use render plugin to load erb html views 2023-09-14 18:49:18 -07:00
Adam Townsend 81b22d0c4a initial framework for the shortener routes 2023-09-13 13:29:45 -07:00