jets-testing 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/jets/testing.rb +6 -1
- data/lib/jets/testing/rails.rb +5 -0
- data/lib/jets/testing/version.rb +7 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb12a1537354bfd7211320614e4c0c77e8ca66d0e925111d9d1cf1ba088b80f6
|
4
|
+
data.tar.gz: f40563703d5b99d68595297456137d2c8091360aadf7c3bc20ff324ff226c24e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7806aebc1adf19546146320759418fcab3d04d5bc6b593733c754e1e959dbddd25f8529c8fb048081d1c5f8d1856261eee4b0963a8bf6d3657c29a200f624ad4
|
7
|
+
data.tar.gz: d8751d58b5e4fb0faf3ae596a874960fe6bff74d90eb996a06b7e0d617753ba92745b38c7c4ebecf2b6dc6e87950ceb9faca97754cd91478974b8300e457dc81
|
data/lib/jets/testing.rb
CHANGED
data/lib/jets/testing/rails.rb
CHANGED
@@ -22,6 +22,11 @@ require "test_prof/any_fixture/dsl"
|
|
22
22
|
require "test_prof/recipes/rspec/factory_default"
|
23
23
|
require "test_prof/recipes/rspec/sample"
|
24
24
|
|
25
|
+
module Jets
|
26
|
+
module Testing
|
27
|
+
end
|
28
|
+
end
|
29
|
+
|
25
30
|
Dir[File.join(__dir__, "helpers/**/*.rb")].each { |file| require file }
|
26
31
|
Dir[File.join(__dir__, "shared_contexts/**/*.rb")].each { |file| require file }
|
27
32
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jets-testing
|
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
|
- Lauri Jutila
|
@@ -268,6 +268,7 @@ files:
|
|
268
268
|
- lib/jets/testing/shared_contexts/active_job.rb
|
269
269
|
- lib/jets/testing/shared_contexts/csrf.rb
|
270
270
|
- lib/jets/testing/shared_contexts/shared_request.rb
|
271
|
+
- lib/jets/testing/version.rb
|
271
272
|
homepage: https://github.com/getjets/jets-testing
|
272
273
|
licenses:
|
273
274
|
- MIT
|