Skip to content

rushalias/rsudoku-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsudoku

Simple sudoku solver in ruby, main point of this excersise was to have fun with rspec.

002 Temp text 002

Install

  • gem install rspec

Run tests

  • rspec ./sdk_puzzle_spec.rb --color --format doc
  • rspec ./sdk_puzzle_spec.rb --color --format json > sdk_puzzle_spec_report.json
  • rspec ./sdk_puzzle_spec.rb --color --format html > sdk_puzzle_spec_report.html

Run app

  • ruby ./sdk_app.rb

Reports

  • see reports direcetory

@copyright LAT corp 2017 : Wed Mar 22 09:55:39 PDT 2017

About

fun with rspec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages