checkthelist 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -63,7 +63,7 @@ module Checklist
63
63
 
64
64
  private
65
65
 
66
- def it(explain, &block)
66
+ def check(explain, &block)
67
67
  @items << Item.new(explain, self, &block)
68
68
  end
69
69
 
@@ -19,10 +19,10 @@ class TestingChecklist
19
19
  end
20
20
 
21
21
  checklist do
22
- it "World should contains the world string" do
22
+ check "World should contains the world string" do
23
23
  world == "World"
24
24
  end
25
- it "the truth" do
25
+ check "the truth" do
26
26
  @true == true
27
27
  end
28
28
  end
@@ -39,7 +39,7 @@ class TestingChecklist2
39
39
  end
40
40
 
41
41
  checklist do
42
- it "World should contains the world string" do
42
+ check "World should contains the world string" do
43
43
  world == "Monde"
44
44
  end
45
45
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: checkthelist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: