EmojifyRspecFormatter 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 23c9223db6e013faf14dd5a75cd7f5d26f939150
4
- data.tar.gz: e8a53cfb6f6346dd43e983ed1839a9a934109b74
3
+ metadata.gz: d6c28c234620692c5b23c5f5c6befd8904dcbc0e
4
+ data.tar.gz: 130f5ead5451dc5cb87738818c06a4520099306f
5
5
  SHA512:
6
- metadata.gz: 6decb9bdb58b2b125e57fb8a48b9d8dbb6ef0e6d3bd3913d967ad54a5fa588bd054a6fc9fc1118c308fd4ea44101b634c76023d2a24b8a618027e4fc7055c9bd
7
- data.tar.gz: f79677b96ab417f2cc91efef8726cd55c5a7109a87b5632488f70d070b35a428b9b8716e7569549d8223c88fa2dd0d097c70d33b8da2a191278cd70eaade7798
6
+ metadata.gz: 04f4f82b38290392f38745888d1eb4d6b0c4339411a44211a700ca12f39ae296ad3d4a1ce2e6492c833366b5f1ed6e55c7145587d047506abc6e987e2967ece0
7
+ data.tar.gz: 08397af977525200c02bfe4656ed09f77603f0445ee858b4ca2390060698576c4a6db2636df0c603763c0a7813fff143b81f4476420e6a99b67dfb289e50a3bb
@@ -10,13 +10,15 @@ class EmojifyRspecFormatter < RSpec::Core::Formatters::BaseTextFormatter
10
10
  end
11
11
 
12
12
  def example_passed(passed)
13
- print passed.example.description
14
- @output.print ([' 🍺 ',' 🙌 ', ' 😍 '].sample).colorize(:background => :green)
13
+ print passed.example
14
+ @output.print ([' 🍺 ',' 🙌 ', ' 😍 ',
15
+ ' 🆒 ',' 👌 ', ' 💘 '].sample).colorize(:background => :green)
15
16
  end
16
17
 
17
18
  def example_failed(failed)
18
- print failed.example.description
19
- @output.print ([' 😨 ', ' 😵 ', ' 🙅 '].sample).colorize(:background => :red)
19
+ print failed.example
20
+ @output.print ([' 😨 ', ' 😵 ', ' 🙅 ',
21
+ ' 🆘 ', ' 👎 ', ' 💔 '].sample).colorize(:background => :red)
20
22
  end
21
23
 
22
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: EmojifyRspecFormatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Macey Baker