From 683cebcc62e4779705b6c243664040f645f319a5 Mon Sep 17 00:00:00 2001 From: Hanying Date: Tue, 16 Jun 2020 15:36:34 -0400 Subject: [PATCH] [CDRIS-5276]Final code review (#20) Co-authored-by: Hanying Huang --- .jrubyrc | 1 + .ruby-version | 1 + README.md | 5 +++++ 3 files changed, 7 insertions(+) create mode 100644 .jrubyrc create mode 100644 .ruby-version diff --git a/.jrubyrc b/.jrubyrc new file mode 100644 index 0000000..1125cc5 --- /dev/null +++ b/.jrubyrc @@ -0,0 +1 @@ +compat.version=2.5.3 diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..097a15a --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.6.2 diff --git a/README.md b/README.md index 11fcb64..dcee5f9 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,11 @@ To see the availble development tasks execute: rake -T ``` +To run unit test: +``` +bundle exec rspec +``` + ## Usage ```