rspec_fixtures 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rspec_fixtures/rspec_config.rb +1 -1
- data/lib/rspec_fixtures/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: 10bd5e5734989b5e04bc41f58da53463146aa207
|
4
|
+
data.tar.gz: bc726892902db68c3bfbccabca2a5843ca5a1298
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8e611e0ec6027541a68d1ad14d4bd2da3bc706835fc0db267d1758e34a32f385b4aa32e265786257652025e1aa4a0c2102e34ac135fb5558e923f23f48b49d4
|
7
|
+
data.tar.gz: 30170aadfb66fea43f5e480e117faf0bbe0a5a6cc782de897e7df3c0c662b009280ced6fe4310d4e8709625ff00e7a061b791b7504ddae61a80cfda27a9fe8e9
|
@@ -1,7 +1,7 @@
|
|
1
1
|
if defined? RSpec
|
2
2
|
RSpec.configure do |config|
|
3
3
|
config.include RSpecFixtures::Matchers
|
4
|
-
config.add_setting :fixtures_path, default: 'spec/fixtures'
|
4
|
+
config.add_setting :fixtures_path, default: File.expand_path('spec/fixtures')
|
5
5
|
config.add_setting :interactive_fixtures, default: !ENV['CI']
|
6
6
|
end
|
7
7
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec_fixtures
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Danny Ben Shitrit
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-12-
|
11
|
+
date: 2017-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|