bogus 0.1.1 → 0.1.2
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/Gemfile.lock +12 -12
- data/features/changelog.md +4 -0
- data/lib/bogus/rspec.rb +1 -1
- data/lib/bogus/version.rb +1 -1
- data/spec/bogus/mocking_dsl_spec.rb +2 -2
- metadata +4 -4
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bogus (0.1.
|
|
4
|
+
bogus (0.1.2)
|
|
5
5
|
dependor (>= 0.0.4)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -42,8 +42,8 @@ GEM
|
|
|
42
42
|
diff-lcs (>= 1.1.3)
|
|
43
43
|
gherkin (~> 2.11.0)
|
|
44
44
|
json (>= 1.4.6)
|
|
45
|
-
dependor (0.0.
|
|
46
|
-
diff-lcs (1.
|
|
45
|
+
dependor (0.0.6)
|
|
46
|
+
diff-lcs (1.2.4)
|
|
47
47
|
ffi (1.0.11)
|
|
48
48
|
ffi (1.0.11-java)
|
|
49
49
|
gherkin (2.11.0)
|
|
@@ -84,15 +84,15 @@ GEM
|
|
|
84
84
|
rest-client (>= 1.6.1)
|
|
85
85
|
rest-client (1.6.7)
|
|
86
86
|
mime-types (>= 1.16)
|
|
87
|
-
rr (1.
|
|
88
|
-
rspec (2.
|
|
89
|
-
rspec-core (~> 2.
|
|
90
|
-
rspec-expectations (~> 2.
|
|
91
|
-
rspec-mocks (~> 2.
|
|
92
|
-
rspec-core (2.
|
|
93
|
-
rspec-expectations (2.
|
|
94
|
-
diff-lcs (
|
|
95
|
-
rspec-mocks (2.
|
|
87
|
+
rr (1.1.1)
|
|
88
|
+
rspec (2.14.0)
|
|
89
|
+
rspec-core (~> 2.14.0)
|
|
90
|
+
rspec-expectations (~> 2.14.0)
|
|
91
|
+
rspec-mocks (~> 2.14.0)
|
|
92
|
+
rspec-core (2.14.2)
|
|
93
|
+
rspec-expectations (2.14.0)
|
|
94
|
+
diff-lcs (>= 1.1.3, < 2.0)
|
|
95
|
+
rspec-mocks (2.14.1)
|
|
96
96
|
simplecov (0.7.1)
|
|
97
97
|
multi_json (~> 1.0)
|
|
98
98
|
simplecov-html (~> 0.7.1)
|
data/features/changelog.md
CHANGED
data/lib/bogus/rspec.rb
CHANGED
|
@@ -5,7 +5,7 @@ RSpec.configure do |config|
|
|
|
5
5
|
config.include Bogus::MockingDSL
|
|
6
6
|
|
|
7
7
|
config.mock_with Bogus::RSpecAdapter
|
|
8
|
-
config.
|
|
8
|
+
config.backtrace_exclusion_patterns << Regexp.new("lib/bogus")
|
|
9
9
|
|
|
10
10
|
config.after(:suite) do
|
|
11
11
|
Bogus.reset!
|
data/lib/bogus/version.rb
CHANGED
|
@@ -199,7 +199,7 @@ describe Bogus::MockingDSL do
|
|
|
199
199
|
|
|
200
200
|
expect {
|
|
201
201
|
Bogus.after_each_test
|
|
202
|
-
}.not_to raise_error
|
|
202
|
+
}.not_to raise_error
|
|
203
203
|
end
|
|
204
204
|
end
|
|
205
205
|
|
|
@@ -222,7 +222,7 @@ describe Bogus::MockingDSL do
|
|
|
222
222
|
|
|
223
223
|
expect {
|
|
224
224
|
Bogus.after_each_test
|
|
225
|
-
}.not_to raise_error
|
|
225
|
+
}.not_to raise_error
|
|
226
226
|
end
|
|
227
227
|
|
|
228
228
|
context "with fakes" do
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bogus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-07-
|
|
12
|
+
date: 2013-07-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: dependor
|
|
@@ -431,7 +431,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
431
431
|
version: '0'
|
|
432
432
|
segments:
|
|
433
433
|
- 0
|
|
434
|
-
hash:
|
|
434
|
+
hash: -457091473
|
|
435
435
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
436
436
|
none: false
|
|
437
437
|
requirements:
|
|
@@ -440,7 +440,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
440
440
|
version: '0'
|
|
441
441
|
segments:
|
|
442
442
|
- 0
|
|
443
|
-
hash:
|
|
443
|
+
hash: -457091473
|
|
444
444
|
requirements: []
|
|
445
445
|
rubyforge_project: bogus
|
|
446
446
|
rubygems_version: 1.8.25
|