Skip to content

Commit

Permalink
Add Nyan Cat gem for prettier testing
Browse files Browse the repository at this point in the history
  • Loading branch information
leahriffell committed Aug 19, 2020
1 parent d30e440 commit 945292b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
--require spec_helper

--format NyanCatFormatter

3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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]
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 945292b

Please sign in to comment.