ivopozzani / log_parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log Parser

Table of contents

General info

This project was built as an assignment for a trainee program. It works as a log parser for a specific log file named "games.log".

Technologies

Project is created with:

Setup

To run this project, make sure you have all technologies above previously installed (follow links above if necessary):

  • Clone repository using
$ git clone https://github.com/ivopozzani/log_parser.git

  • Navigate to ./log_parser
  • Run Ruby
$ ruby main.rb

  • To run rspec test navigate to ./log_parser then run command below (it should return you a report with all examples and failures)
$ rspec spec --format documentation

  • SimpleCov will run automatically after runing rspec tests. To see the coverage test on Ubuntu run the command bellow.
$ xdg-open coverage/index.html

About

License:MIT License


Languages

Language:Ruby 100.0%