diff --git a/.rspec b/.rspec index c99d2e7..5b0d445 100644 --- a/.rspec +++ b/.rspec @@ -1 +1,4 @@ --require spec_helper + +--format NyanCatFormatter + diff --git a/Gemfile b/Gemfile index 704b1d1..ce245e3 100644 --- a/Gemfile +++ b/Gemfile @@ -51,6 +51,9 @@ group :development do gem 'listen', '>= 3.0.5', '< 3.2' end +group :test do + gem "nyan-cat-formatter" +end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/Gemfile.lock b/Gemfile.lock index bfced7b..9475903 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,6 +101,8 @@ GEM nio4r (2.5.2) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) + nyan-cat-formatter (0.12.0) + rspec (>= 2.99, >= 2.14.2, < 4) pg (1.2.3) pry (0.13.1) coderay (~> 1.1) @@ -139,6 +141,10 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (1.7.1) + rspec (3.9.0) + rspec-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) rspec-core (3.9.2) rspec-support (~> 3.9.3) rspec-expectations (3.9.2) @@ -210,6 +216,7 @@ DEPENDENCIES jbuilder (~> 2.5) launchy listen (>= 3.0.5, < 3.2) + nyan-cat-formatter pg (>= 0.18, < 2.0) pry puma (~> 3.11)