oojspec 0.0.4 → 0.0.5
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.
- data/README.md +2 -2
- data/app/views/oojspec/runner.html.erb +1 -1
- data/lib/oojspec/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -74,8 +74,8 @@ just like Mocha but it didn't give any guarantees about the order of execution o
|
|
|
74
74
|
I needed that guarantee for some integration tests.
|
|
75
75
|
|
|
76
76
|
But on the other side it is pretty modular and I would be able to take advantage of their
|
|
77
|
-
assertions and expectations syntax as well as its reporter (although I
|
|
78
|
-
|
|
77
|
+
assertions and expectations syntax as well as its reporter (although I had to change it a bit so
|
|
78
|
+
that it fit my taste).
|
|
79
79
|
|
|
80
80
|
As Buster.js allowed me to focus on the runner itself I decided to begin this new project.
|
|
81
81
|
|
data/lib/oojspec/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oojspec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -86,7 +86,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
86
86
|
version: '0'
|
|
87
87
|
segments:
|
|
88
88
|
- 0
|
|
89
|
-
hash:
|
|
89
|
+
hash: 4089390275139911858
|
|
90
90
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
91
91
|
none: false
|
|
92
92
|
requirements:
|
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
95
95
|
version: '0'
|
|
96
96
|
segments:
|
|
97
97
|
- 0
|
|
98
|
-
hash:
|
|
98
|
+
hash: 4089390275139911858
|
|
99
99
|
requirements: []
|
|
100
100
|
rubyforge_project:
|
|
101
101
|
rubygems_version: 1.8.24
|