rrrspec-client 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rrrspec/client/rspec_runner.rb +1 -1
- data/lib/rrrspec/client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b570b70a41f3ba12c36161a45487a1551fc87c5
|
4
|
+
data.tar.gz: b9c3cb2849cfe34509d4acfe9a2175c90fa197ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5fc0c6beb8b8d123be6ad1528213414ab886b9ae9c0f814b8e39d7bdf81b55660ea17bd812bcffcbc95a51b4bdbfcbc719cb4296fa411204a9323dab215d3a0d
|
7
|
+
data.tar.gz: c6c05dd147f334ec09e6f34cf832ae7dbe9723990f407799f502f93467818901b98da1e44e1c8040f2cba510a9780ca58f493954ffd68b55bd4bdfc59153a674
|
@@ -39,7 +39,7 @@ module RRRSpec
|
|
39
39
|
@options.configure(@configuration)
|
40
40
|
@configuration.output_stream = $stdout
|
41
41
|
@configuration.error_stream = $stderr
|
42
|
-
@configuration.
|
42
|
+
@configuration.add_formatter(BaseTextFormatter)
|
43
43
|
@configuration.files_to_run = [filepath]
|
44
44
|
@configuration.load_spec_files
|
45
45
|
@world.announce_filters
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rrrspec-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Masaya Suzuki
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|