-
Notifications
You must be signed in to change notification settings - Fork 0
romikoops/test_task_for_viktor_chandler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1. ruby_app Write a ruby script that: a. Receives a log as argument (webserver.log is provided) e.g.: ./parser.rb webserver.log b. Returns the following: > list of webpages with most page views ordered from most pages views to less page views e.g.: /home 90 visits /index 80 visits etc... > list of webpages with most unique page views also ordered e.g.: /about/2 8 unique views /index 5 unique views etc... 2. rails_app > Write a rspec test that tests creating a new game > Add any other tests as you see fit You may add/install any gems you see fit
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published