cucumber_factory 2.4.1 → 2.6.0

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.rails-8 ADDED
@@ -0,0 +1,20 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Runtime dependencies
4
+ gem 'cucumber', '~> 9.2.1'
5
+ gem 'activesupport', '~> 8.0.0'
6
+ gem 'activerecord', '~> 8.0.0'
7
+ gem 'pg', '> 1.2.3'
8
+
9
+ # Development dependencies
10
+ gem 'rspec', '~> 3.0'
11
+ gem 'rake', '> 10.0'
12
+ gem 'database_cleaner'
13
+ gem 'gemika', '>= 0.8.1'
14
+
15
+ # Test dependencies
16
+ gem 'factory_bot'
17
+ gem 'carrierwave'
18
+
19
+ # Gem under test
20
+ gem 'cucumber_factory', :path => '.'
@@ -0,0 +1,162 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ cucumber_factory (2.6.0)
5
+ activerecord
6
+ activesupport
7
+ cucumber
8
+ cucumber_priority (>= 0.2.0)
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ activemodel (8.0.1)
14
+ activesupport (= 8.0.1)
15
+ activerecord (8.0.1)
16
+ activemodel (= 8.0.1)
17
+ activesupport (= 8.0.1)
18
+ timeout (>= 0.4.0)
19
+ activesupport (8.0.1)
20
+ base64
21
+ benchmark (>= 0.3)
22
+ bigdecimal
23
+ concurrent-ruby (~> 1.0, >= 1.3.1)
24
+ connection_pool (>= 2.2.5)
25
+ drb
26
+ i18n (>= 1.6, < 2)
27
+ logger (>= 1.4.2)
28
+ minitest (>= 5.1)
29
+ securerandom (>= 0.3)
30
+ tzinfo (~> 2.0, >= 2.0.5)
31
+ uri (>= 0.13.1)
32
+ addressable (2.8.7)
33
+ public_suffix (>= 2.0.2, < 7.0)
34
+ base64 (0.2.0)
35
+ benchmark (0.4.0)
36
+ bigdecimal (3.1.9)
37
+ builder (3.3.0)
38
+ carrierwave (3.1.1)
39
+ activemodel (>= 6.0.0)
40
+ activesupport (>= 6.0.0)
41
+ addressable (~> 2.6)
42
+ image_processing (~> 1.1)
43
+ marcel (~> 1.0.0)
44
+ ssrf_filter (~> 1.0)
45
+ concurrent-ruby (1.3.5)
46
+ connection_pool (2.5.0)
47
+ cucumber (9.2.1)
48
+ builder (~> 3.2)
49
+ cucumber-ci-environment (> 9, < 11)
50
+ cucumber-core (> 13, < 14)
51
+ cucumber-cucumber-expressions (~> 17.0)
52
+ cucumber-gherkin (> 24, < 28)
53
+ cucumber-html-formatter (> 20.3, < 22)
54
+ cucumber-messages (> 19, < 25)
55
+ diff-lcs (~> 1.5)
56
+ mini_mime (~> 1.1)
57
+ multi_test (~> 1.1)
58
+ sys-uname (~> 1.2)
59
+ cucumber-ci-environment (10.0.1)
60
+ cucumber-core (13.0.3)
61
+ cucumber-gherkin (>= 27, < 28)
62
+ cucumber-messages (>= 20, < 23)
63
+ cucumber-tag-expressions (> 5, < 7)
64
+ cucumber-cucumber-expressions (17.1.0)
65
+ bigdecimal
66
+ cucumber-gherkin (27.0.0)
67
+ cucumber-messages (>= 19.1.4, < 23)
68
+ cucumber-html-formatter (21.7.0)
69
+ cucumber-messages (> 19, < 27)
70
+ cucumber-messages (22.0.0)
71
+ cucumber-tag-expressions (6.1.1)
72
+ cucumber_priority (1.0.0)
73
+ cucumber
74
+ database_cleaner (2.1.0)
75
+ database_cleaner-active_record (>= 2, < 3)
76
+ database_cleaner-active_record (2.2.0)
77
+ activerecord (>= 5.a)
78
+ database_cleaner-core (~> 2.0.0)
79
+ database_cleaner-core (2.0.1)
80
+ diff-lcs (1.5.1)
81
+ drb (2.2.1)
82
+ factory_bot (6.5.0)
83
+ activesupport (>= 5.0.0)
84
+ ffi (1.17.1)
85
+ ffi (1.17.1-aarch64-linux-gnu)
86
+ ffi (1.17.1-aarch64-linux-musl)
87
+ ffi (1.17.1-arm-linux-gnu)
88
+ ffi (1.17.1-arm-linux-musl)
89
+ ffi (1.17.1-arm64-darwin)
90
+ ffi (1.17.1-x86-linux-gnu)
91
+ ffi (1.17.1-x86-linux-musl)
92
+ ffi (1.17.1-x86_64-darwin)
93
+ ffi (1.17.1-x86_64-linux-gnu)
94
+ ffi (1.17.1-x86_64-linux-musl)
95
+ gemika (0.8.4)
96
+ i18n (1.14.7)
97
+ concurrent-ruby (~> 1.0)
98
+ image_processing (1.13.0)
99
+ mini_magick (>= 4.9.5, < 5)
100
+ ruby-vips (>= 2.0.17, < 3)
101
+ logger (1.6.5)
102
+ marcel (1.0.4)
103
+ mini_magick (4.13.2)
104
+ mini_mime (1.1.5)
105
+ minitest (5.25.4)
106
+ multi_test (1.1.0)
107
+ pg (1.5.9)
108
+ public_suffix (6.0.1)
109
+ rake (13.2.1)
110
+ rspec (3.13.0)
111
+ rspec-core (~> 3.13.0)
112
+ rspec-expectations (~> 3.13.0)
113
+ rspec-mocks (~> 3.13.0)
114
+ rspec-core (3.13.2)
115
+ rspec-support (~> 3.13.0)
116
+ rspec-expectations (3.13.3)
117
+ diff-lcs (>= 1.2.0, < 2.0)
118
+ rspec-support (~> 3.13.0)
119
+ rspec-mocks (3.13.2)
120
+ diff-lcs (>= 1.2.0, < 2.0)
121
+ rspec-support (~> 3.13.0)
122
+ rspec-support (3.13.2)
123
+ ruby-vips (2.2.2)
124
+ ffi (~> 1.12)
125
+ logger
126
+ securerandom (0.4.1)
127
+ ssrf_filter (1.2.0)
128
+ sys-uname (1.3.1)
129
+ ffi (~> 1.1)
130
+ timeout (0.4.3)
131
+ tzinfo (2.0.6)
132
+ concurrent-ruby (~> 1.0)
133
+ uri (1.0.2)
134
+
135
+ PLATFORMS
136
+ aarch64-linux-gnu
137
+ aarch64-linux-musl
138
+ arm-linux-gnu
139
+ arm-linux-musl
140
+ arm64-darwin
141
+ ruby
142
+ x86-linux-gnu
143
+ x86-linux-musl
144
+ x86_64-darwin
145
+ x86_64-linux-gnu
146
+ x86_64-linux-musl
147
+
148
+ DEPENDENCIES
149
+ activerecord (~> 8.0.0)
150
+ activesupport (~> 8.0.0)
151
+ carrierwave
152
+ cucumber (~> 9.2.1)
153
+ cucumber_factory!
154
+ database_cleaner
155
+ factory_bot
156
+ gemika (>= 0.8.1)
157
+ pg (> 1.2.3)
158
+ rake (> 10.0)
159
+ rspec (~> 3.0)
160
+
161
+ BUNDLED WITH
162
+ 2.5.22
data/README.md CHANGED
@@ -1,5 +1,21 @@
1
- cucumber_factory [![Tests](https://github.com/makandra/cucumber_factory/workflows/Tests/badge.svg)](https://github.com/makandra/cucumber_factory/actions?query=branch:master)
2
- ================
1
+ <p>
2
+ <a href="https://makandra.de/">
3
+ <picture>
4
+ <source media="(prefers-color-scheme: light)" srcset="media/makandra-with-bottom-margin.light.svg">
5
+ <source media="(prefers-color-scheme: dark)" srcset="media/makandra-with-bottom-margin.dark.svg">
6
+ <img align="right" width="25%" alt="makandra" src="media/makandra-with-bottom-margin.light.svg">
7
+ </picture>
8
+ </a>
9
+
10
+ <picture>
11
+ <source media="(prefers-color-scheme: light)" srcset="media/logo.light.shapes.svg">
12
+ <source media="(prefers-color-scheme: dark)" srcset="media/logo.dark.shapes.svg">
13
+ <img width="395" alt="cucumber_factory" role="heading" aria-level="1" src="media/logo.light.shapes.svg">
14
+ </picture>
15
+ </p>
16
+
17
+ [![Tests](https://github.com/makandra/cucumber_factory/workflows/Tests/badge.svg)](https://github.com/makandra/cucumber_factory/actions?query=branch:master)
18
+
3
19
 
4
20
  Create ActiveRecord objects without step definitions
5
21
  ----------------------------------------------------
@@ -236,6 +252,10 @@ We recommend to test large changes against multiple versions of Ruby and multipl
236
252
  For each ruby version do (you need to change it manually):
237
253
  - Install development dependencies using `rake matrix:install`
238
254
  - Run tests using `rake matrix:spec`
255
+ - Shorthand:
256
+ ```sh
257
+ for version in "2.5.3" "2.6.6" "2.7.2" "3.2.0" "3.4.1"; do rbenv shell $version && bundle install && bundle exec rake matrix:install && bundle exec rake matrix:spec; done
258
+ ```
239
259
 
240
260
  Note that we have configured GitHub Actions to automatically run tests in all supported Ruby versions and dependency sets after each push. We will only merge pull requests after a green workflow build.
241
261
 
@@ -2,26 +2,30 @@
2
2
  $:.push File.expand_path("../lib", __FILE__)
3
3
  require "cucumber_factory/version"
4
4
 
5
- Gem::Specification.new do |s|
6
- s.name = %q{cucumber_factory}
7
- s.version = CucumberFactory::VERSION
8
- s.authors = ["Henning Koch"]
9
- s.email = %q{github@makandra.de}
10
- s.homepage = %q{http://github.com/makandra/cucumber_factory}
11
- s.summary = %q{Create records from Cucumber features without writing step definitions.}
12
- s.description = %q{Cucumber Factory allows you to create ActiveRecord models from your Cucumber features without writing step definitions for each model.}
13
- s.license = 'MIT'
14
- s.metadata = { 'rubygems_mfa_required' => 'true' }
5
+ Gem::Specification.new do |spec|
6
+ spec.name = %q{cucumber_factory}
7
+ spec.version = CucumberFactory::VERSION
8
+ spec.authors = ["Henning Koch"]
9
+ spec.email = %q{github@makandra.de}
10
+ spec.homepage = %q{https://github.com/makandra/cucumber_factory}
11
+ spec.summary = %q{Create records from Cucumber features without writing step definition.}
12
+ spec.description = %q{Cucumber Factory allows you to create ActiveRecord models from your Cucumber features without writing step definitions for each model.}
13
+ spec.license = 'MIT'
14
+ spec.metadata = {
15
+ 'source_code_uri' => 'https://github.com/makandra/cucumber_factory',
16
+ 'bug_tracker_uri' => 'https://github.com/makandra/cucumber_factory/issues',
17
+ 'changelog_uri' => 'https://github.com/makandra/cucumber_factory/blob/master/CHANGELOG.md',
18
+ 'rubygems_mfa_required' => 'true',
19
+ }
15
20
 
16
- s.files = `git ls-files`.split("\n")
17
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
- s.require_paths = ["lib"]
21
+ spec.files = `git ls-files`.split("\n")
22
+ spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
23
+ spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
24
+ spec.require_paths = ["lib"]
20
25
 
21
- s.add_dependency('cucumber')
22
- s.add_dependency('activesupport')
23
- s.add_dependency('activerecord')
24
- s.add_dependency('cucumber_priority', '>=0.2.0')
26
+ spec.add_dependency('cucumber')
27
+ spec.add_dependency('activesupport')
28
+ spec.add_dependency('activerecord')
29
+ spec.add_dependency('cucumber_priority', '>=0.2.0')
25
30
 
26
31
  end
27
-
@@ -22,6 +22,12 @@ module CucumberFactory
22
22
  [strategy, transient_attributes]
23
23
  end
24
24
 
25
+ def class_from_factory(model_prose)
26
+ if (factory = factory_bot_factory(model_prose, []))
27
+ factory.build_class
28
+ end
29
+ end
30
+
25
31
  def parse_model_class(model_prose)
26
32
  underscored_model_name(model_prose).camelize.constantize
27
33
  end
@@ -40,11 +46,13 @@ module CucumberFactory
40
46
  def factory_bot_factory(model_prose, variants)
41
47
  return unless factory_bot_class
42
48
 
49
+ factories = factory_bot_class.factories
50
+
43
51
  factory_name = factory_name_from_prose(model_prose)
44
- factory = factory_bot_class.factories[factory_name]
52
+ factory = factories.registered?(factory_name) && factories[factory_name]
45
53
 
46
54
  if factory.nil? && variants.present?
47
- factory = factory_bot_class.factories[variants[0]]
55
+ factory = factories.registered?(variants[0]) && factories[variants[0]]
48
56
  end
49
57
 
50
58
  factory
@@ -207,6 +207,9 @@ module CucumberFactory
207
207
  if Object.const_defined?(klass_name)
208
208
  association_class = klass_name.constantize
209
209
  associated = true
210
+ elsif (factory_class = CucumberFactory::BuildStrategy.class_from_factory(attribute.to_s))
211
+ association_class = factory_class
212
+ associated = true
210
213
  end
211
214
  else
212
215
  associated = false
@@ -1,3 +1,3 @@
1
1
  module CucumberFactory
2
- VERSION = '2.4.1'
2
+ VERSION = '2.6.0'
3
3
  end
@@ -0,0 +1,168 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:xlink="http://www.w3.org/1999/xlink"
11
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ width="100.88011mm"
14
+ height="14.056225mm"
15
+ viewBox="0 0 100.88011 14.056225"
16
+ version="1.1"
17
+ id="svg838"
18
+ inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
19
+ sodipodi:docname="logo.dark.shapes.svg"
20
+ inkscape:export-filename="/home/henning/Projects/capybara-lockstep/media/capybara-lockstep.dark.png"
21
+ inkscape:export-xdpi="196"
22
+ inkscape:export-ydpi="196">
23
+ <defs
24
+ id="defs832">
25
+ <linearGradient
26
+ inkscape:collect="always"
27
+ id="linearGradient1406">
28
+ <stop
29
+ style="stop-color:#ff0844;stop-opacity:1"
30
+ offset="0"
31
+ id="stop1402" />
32
+ <stop
33
+ style="stop-color:#ffb199;stop-opacity:1"
34
+ offset="1"
35
+ id="stop1404" />
36
+ </linearGradient>
37
+ <linearGradient
38
+ inkscape:collect="always"
39
+ xlink:href="#linearGradient1406"
40
+ id="linearGradient1408"
41
+ x1="22.054907"
42
+ y1="91.071762"
43
+ x2="88.956696"
44
+ y2="91.071762"
45
+ gradientUnits="userSpaceOnUse"
46
+ gradientTransform="matrix(1.507579,0,0,0.08820435,-33.249516,57.908781)" />
47
+ </defs>
48
+ <sodipodi:namedview
49
+ id="base"
50
+ pagecolor="#ffffff"
51
+ bordercolor="#666666"
52
+ borderopacity="1.0"
53
+ inkscape:pageopacity="0.0"
54
+ inkscape:pageshadow="2"
55
+ inkscape:zoom="2.8"
56
+ inkscape:cx="518.29811"
57
+ inkscape:cy="-107.6404"
58
+ inkscape:document-units="mm"
59
+ inkscape:current-layer="layer1"
60
+ showgrid="false"
61
+ fit-margin-top="0"
62
+ fit-margin-left="0"
63
+ fit-margin-right="0"
64
+ fit-margin-bottom="0"
65
+ inkscape:window-width="2560"
66
+ inkscape:window-height="1391"
67
+ inkscape:window-x="1920"
68
+ inkscape:window-y="0"
69
+ inkscape:window-maximized="1"
70
+ inkscape:pagecheckerboard="true"
71
+ inkscape:snap-bbox="true"
72
+ inkscape:bbox-paths="true"
73
+ objecttolerance="20" />
74
+ <metadata
75
+ id="metadata835">
76
+ <rdf:RDF>
77
+ <cc:Work
78
+ rdf:about="">
79
+ <dc:format>image/svg+xml</dc:format>
80
+ <dc:type
81
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
82
+ <dc:title></dc:title>
83
+ </cc:Work>
84
+ </rdf:RDF>
85
+ </metadata>
86
+ <g
87
+ inkscape:label="Layer 1"
88
+ inkscape:groupmode="layer"
89
+ id="layer1"
90
+ transform="translate(0,-52.518951)">
91
+ <g
92
+ aria-label="CUCUMBER_FACTORY"
93
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332"
94
+ id="text1385">
95
+ <path
96
+ d="m 3.8629165,58.191618 q 0.4868334,0 0.8837084,-0.142875 0.4021666,-0.142875 0.5979583,-0.280459 l 0.6773333,1.344084 q -0.2487083,0.211666 -0.8519583,0.428625 -0.5979583,0.216958 -1.4234583,0.216958 -0.7725833,0 -1.4499166,-0.269875 Q 1.6192499,59.218201 1.1006666,58.731368 0.58737498,58.239243 0.29104166,57.583076 0,56.921618 0,56.149034 0,55.376451 0.29104166,54.714993 0.58208331,54.048243 1.095375,53.556118 q 0.5185833,-0.492125 1.1959166,-0.762 0.682625,-0.275167 1.4552083,-0.275167 0.8255,0 1.4234583,0.216958 0.60325,0.216959 0.8519583,0.428625 L 5.3445832,54.508618 Q 5.1487915,54.365743 4.7466249,54.228159 4.3497499,54.085284 3.8629165,54.085284 q -0.5397499,0 -0.9419166,0.169334 -0.4021666,0.164041 -0.6720416,0.455083 -0.269875,0.291042 -0.4021667,0.656167 -0.1322917,0.365125 -0.1322917,0.767291 0,0.407459 0.1322917,0.777875 0.1322917,0.365125 0.4021667,0.656167 0.269875,0.291042 0.6720416,0.460375 0.4021667,0.164042 0.9419166,0.164042 z"
97
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
98
+ id="path822" />
99
+ <path
100
+ d="m 11.022529,52.645951 h 1.582208 v 4.291542 q 0,0.862541 -0.338666,1.497541 -0.338667,0.629709 -0.968375,0.978959 -0.629709,0.343958 -1.5028337,0.343958 -0.8784166,0 -1.5134166,-0.343958 -0.635,-0.34925 -0.9736666,-0.978959 -0.333375,-0.635 -0.333375,-1.497541 v -4.291542 h 1.5769166 v 4.206875 q 0,0.47625 0.1481666,0.804333 0.1534584,0.328084 0.4339167,0.497417 0.2804583,0.164042 0.6614583,0.164042 0.3757087,0 0.6508747,-0.164042 0.275167,-0.169333 0.423334,-0.497417 0.153458,-0.328083 0.153458,-0.804333 z"
101
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
102
+ id="path824" />
103
+ <path
104
+ d="m 17.420147,58.191618 q 0.486834,0 0.883709,-0.142875 0.402166,-0.142875 0.597958,-0.280459 l 0.677333,1.344084 q -0.248708,0.211666 -0.851958,0.428625 -0.597958,0.216958 -1.423458,0.216958 -0.772583,0 -1.449917,-0.269875 -0.677333,-0.269875 -1.195916,-0.756708 -0.513292,-0.492125 -0.809625,-1.148292 -0.291042,-0.661458 -0.291042,-1.434042 0,-0.772583 0.291042,-1.434041 0.291041,-0.66675 0.804333,-1.158875 0.518583,-0.492125 1.195917,-0.762 0.682625,-0.275167 1.455208,-0.275167 0.8255,0 1.423458,0.216958 0.60325,0.216959 0.851958,0.428625 l -0.677333,1.344084 q -0.195792,-0.142875 -0.597958,-0.280459 -0.396875,-0.142875 -0.883709,-0.142875 -0.539749,0 -0.941916,0.169334 -0.402167,0.164041 -0.672042,0.455083 -0.269875,0.291042 -0.402166,0.656167 -0.132292,0.365125 -0.132292,0.767291 0,0.407459 0.132292,0.777875 0.132291,0.365125 0.402166,0.656167 0.269875,0.291042 0.672042,0.460375 0.402167,0.164042 0.941916,0.164042 z"
105
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
106
+ id="path826" />
107
+ <path
108
+ d="m 24.579761,52.645951 h 1.582208 v 4.291542 q 0,0.862541 -0.338667,1.497541 -0.338666,0.629709 -0.968374,0.978959 -0.629709,0.343958 -1.502834,0.343958 -0.878416,0 -1.513416,-0.343958 -0.635,-0.34925 -0.973667,-0.978959 -0.333375,-0.635 -0.333375,-1.497541 v -4.291542 h 1.576917 v 4.206875 q 0,0.47625 0.148166,0.804333 0.153459,0.328084 0.433917,0.497417 0.280458,0.164042 0.661458,0.164042 0.375709,0 0.650875,-0.164042 0.275167,-0.169333 0.423334,-0.497417 0.153458,-0.328083 0.153458,-0.804333 z"
109
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
110
+ id="path828" />
111
+ <path
112
+ d="m 34.718587,52.645951 v 6.985 H 33.14167 v -4.111625 l 0.06879,-1.169458 -0.269875,1.338791 -1.17475,3.381375 h -1.550459 l -1.169458,-3.381375 -0.264583,-1.338791 0.06879,1.169458 v 4.111625 H 27.26792 v -6.985 h 2.2225 l 1.407583,4.661958 0.09525,0.555625 0.09525,-0.555625 1.407584,-4.661958 z"
113
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
114
+ id="path830" />
115
+ <path
116
+ d="m 36.020321,52.645951 h 2.397125 q 0.597958,0 1.105958,0.164042 0.513292,0.164041 0.8255,0.53975 0.3175,0.370416 0.3175,1.005416 0,0.418042 -0.15875,0.746125 -0.153458,0.328084 -0.41275,0.53975 -0.254,0.206375 -0.555625,0.275167 0.264583,0.03175 0.513292,0.153458 0.254,0.116417 0.455083,0.328084 0.206375,0.206375 0.322792,0.518583 0.121708,0.306917 0.121708,0.73025 0,0.587375 -0.264583,1.037167 -0.259292,0.4445 -0.762,0.6985 -0.497417,0.248708 -1.222375,0.248708 h -2.682875 z m 1.582208,5.720292 h 0.719667 q 0.338666,0 0.550333,-0.100542 0.216958,-0.105833 0.3175,-0.296333 0.100542,-0.195792 0.100542,-0.465667 0,-0.423333 -0.264584,-0.619125 -0.259291,-0.201083 -0.73025,-0.201083 h -0.693208 z m 0,-2.921 h 0.640292 q 0.280458,0 0.465666,-0.100542 0.1905,-0.100542 0.28575,-0.280458 0.100542,-0.185209 0.100542,-0.423334 0,-0.428625 -0.243417,-0.576791 -0.243416,-0.153459 -0.66675,-0.153459 h -0.582083 z"
117
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
118
+ id="path832" />
119
+ <path
120
+ d="m 41.894053,52.645951 h 4.460875 v 1.386417 h -2.883959 v 1.423458 h 2.8575 v 1.344083 h -2.8575 v 1.444625 h 2.883959 v 1.386417 h -4.460875 z"
121
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
122
+ id="path834" />
123
+ <path
124
+ d="m 47.519075,52.645951 h 2.846917 q 0.608541,0 1.084791,0.254 0.47625,0.254 0.751417,0.735542 0.280458,0.47625 0.280458,1.137708 0,0.661458 -0.238125,1.084792 -0.232833,0.418041 -0.560916,0.629708 -0.328084,0.206375 -0.608542,0.248708 l 1.698625,2.894542 h -1.778 l -1.513416,-2.772833 h -0.381 v 2.772833 h -1.582209 z m 1.582209,3.116792 h 0.6985 q 0.423333,0 0.740833,-0.206375 0.3175,-0.206375 0.3175,-0.73025 0,-0.523875 -0.312208,-0.724959 -0.312209,-0.206375 -0.735542,-0.206375 h -0.709083 z"
125
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
126
+ id="path836" />
127
+ <path
128
+ d="m 53.424566,60.668118 v -0.904875 h 4.323292 v 0.904875 z"
129
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
130
+ id="path838" />
131
+ <path
132
+ d="m 58.319347,52.645951 h 4.037542 v 1.386417 h -2.455333 v 1.407583 h 2.270124 v 1.381125 h -2.270124 v 2.809875 h -1.582209 z"
133
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
134
+ id="path840" />
135
+ <path
136
+ d="m 65.240829,52.645951 h 1.571625 l 2.756959,6.985 h -1.688042 l -0.508,-1.402292 h -2.688167 l -0.513291,1.402292 H 62.47858 Z m -0.02646,4.196292 h 1.635125 l -0.809625,-2.291292 h -0.01588 z"
137
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
138
+ id="path842" />
139
+ <path
140
+ d="m 73.516969,58.191618 q 0.486834,0 0.883709,-0.142875 0.402166,-0.142875 0.597958,-0.280459 l 0.677333,1.344084 q -0.248708,0.211666 -0.851958,0.428625 -0.597958,0.216958 -1.423458,0.216958 -0.772584,0 -1.449917,-0.269875 -0.677333,-0.269875 -1.195917,-0.756708 -0.513291,-0.492125 -0.809625,-1.148292 -0.291041,-0.661458 -0.291041,-1.434042 0,-0.772583 0.291041,-1.434041 0.291042,-0.66675 0.804334,-1.158875 0.518583,-0.492125 1.195916,-0.762 0.682625,-0.275167 1.455209,-0.275167 0.8255,0 1.423458,0.216958 0.60325,0.216959 0.851958,0.428625 l -0.677333,1.344084 q -0.195792,-0.142875 -0.597958,-0.280459 -0.396875,-0.142875 -0.883709,-0.142875 -0.53975,0 -0.941916,0.169334 -0.402167,0.164041 -0.672042,0.455083 -0.269875,0.291042 -0.402167,0.656167 -0.132291,0.365125 -0.132291,0.767291 0,0.407459 0.132291,0.777875 0.132292,0.365125 0.402167,0.656167 0.269875,0.291042 0.672042,0.460375 0.402166,0.164042 0.941916,0.164042 z"
141
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
142
+ id="path844" />
143
+ <path
144
+ d="m 77.94079,54.032368 h -1.666875 v -1.386417 h 4.910667 v 1.386417 h -1.661584 v 5.598583 H 77.94079 Z"
145
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
146
+ id="path846" />
147
+ <path
148
+ d="m 83.190092,56.133159 q 0,0.597959 0.243417,1.084792 0.248708,0.481542 0.682625,0.767292 0.439208,0.28575 1.016,0.28575 0.576792,0 1.010708,-0.28575 0.439209,-0.28575 0.682625,-0.767292 0.248709,-0.486833 0.248709,-1.084792 0,-0.597958 -0.248709,-1.0795 -0.243416,-0.481541 -0.682625,-0.767291 -0.433916,-0.291042 -1.010708,-0.291042 -0.576792,0 -1.016,0.291042 -0.433917,0.28575 -0.682625,0.767291 -0.243417,0.481542 -0.243417,1.0795 z m -1.645708,0 q 0,-0.762 0.269875,-1.418166 0.269875,-0.661459 0.756708,-1.153584 0.486834,-0.492125 1.143,-0.767291 0.656167,-0.275167 1.418167,-0.275167 0.772583,0 1.423458,0.275167 0.656167,0.275166 1.137709,0.767291 0.486833,0.492125 0.751416,1.153584 0.269875,0.656166 0.269875,1.418166 0,0.767292 -0.259291,1.42875 -0.259292,0.656167 -0.740834,1.153584 -0.481541,0.492125 -1.137708,0.767291 -0.656167,0.275167 -1.444625,0.275167 -0.804333,0 -1.465792,-0.275167 -0.656166,-0.275166 -1.132416,-0.767291 -0.47625,-0.497417 -0.735542,-1.153584 -0.254,-0.661458 -0.254,-1.42875 z"
149
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
150
+ id="path848" />
151
+ <path
152
+ d="m 89.587705,52.645951 h 2.846917 q 0.608542,0 1.084792,0.254 0.47625,0.254 0.751416,0.735542 0.280459,0.47625 0.280459,1.137708 0,0.661458 -0.238125,1.084792 -0.232834,0.418041 -0.560917,0.629708 -0.328083,0.206375 -0.608542,0.248708 l 1.698625,2.894542 h -1.778 l -1.513416,-2.772833 h -0.381 v 2.772833 h -1.582209 z m 1.582209,3.116792 h 0.6985 q 0.423333,0 0.740833,-0.206375 0.3175,-0.206375 0.3175,-0.73025 0,-0.523875 -0.312208,-0.724959 -0.312209,-0.206375 -0.735542,-0.206375 h -0.709083 z"
153
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
154
+ id="path850" />
155
+ <path
156
+ d="M 96.900779,57.117409 94.49307,52.645951 h 1.920875 l 1.275292,2.661708 1.280583,-2.661708 h 1.91029 l -2.397123,4.471458 v 2.513542 h -1.582208 z"
157
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
158
+ id="path852" />
159
+ </g>
160
+ <rect
161
+ style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.03646573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
162
+ id="rect1387"
163
+ width="100.85973"
164
+ height="1.2668874"
165
+ x="-3.5527137e-15"
166
+ y="65.308289" />
167
+ </g>
168
+ </svg>
@@ -0,0 +1,110 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:xlink="http://www.w3.org/1999/xlink"
11
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ width="100.88011mm"
14
+ height="14.056225mm"
15
+ viewBox="0 0 100.88011 14.056225"
16
+ version="1.1"
17
+ id="svg838"
18
+ inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
19
+ sodipodi:docname="logo.dark.text.svg"
20
+ inkscape:export-filename="/home/henning/Projects/capybara-lockstep/media/capybara-lockstep.dark.png"
21
+ inkscape:export-xdpi="196"
22
+ inkscape:export-ydpi="196">
23
+ <defs
24
+ id="defs832">
25
+ <linearGradient
26
+ inkscape:collect="always"
27
+ id="linearGradient1406">
28
+ <stop
29
+ style="stop-color:#ff0844;stop-opacity:1"
30
+ offset="0"
31
+ id="stop1402" />
32
+ <stop
33
+ style="stop-color:#ffb199;stop-opacity:1"
34
+ offset="1"
35
+ id="stop1404" />
36
+ </linearGradient>
37
+ <linearGradient
38
+ inkscape:collect="always"
39
+ xlink:href="#linearGradient1406"
40
+ id="linearGradient1408"
41
+ x1="22.054907"
42
+ y1="91.071762"
43
+ x2="88.956696"
44
+ y2="91.071762"
45
+ gradientUnits="userSpaceOnUse"
46
+ gradientTransform="matrix(1.507579,0,0,0.08820435,-33.249516,57.908781)" />
47
+ </defs>
48
+ <sodipodi:namedview
49
+ id="base"
50
+ pagecolor="#ffffff"
51
+ bordercolor="#666666"
52
+ borderopacity="1.0"
53
+ inkscape:pageopacity="0.0"
54
+ inkscape:pageshadow="2"
55
+ inkscape:zoom="11.2"
56
+ inkscape:cx="367.18415"
57
+ inkscape:cy="-7.479774"
58
+ inkscape:document-units="mm"
59
+ inkscape:current-layer="layer1"
60
+ showgrid="false"
61
+ fit-margin-top="0"
62
+ fit-margin-left="0"
63
+ fit-margin-right="0"
64
+ fit-margin-bottom="0"
65
+ inkscape:window-width="2560"
66
+ inkscape:window-height="1391"
67
+ inkscape:window-x="1920"
68
+ inkscape:window-y="0"
69
+ inkscape:window-maximized="1"
70
+ inkscape:pagecheckerboard="true"
71
+ inkscape:snap-bbox="true"
72
+ inkscape:bbox-paths="true"
73
+ objecttolerance="20" />
74
+ <metadata
75
+ id="metadata835">
76
+ <rdf:RDF>
77
+ <cc:Work
78
+ rdf:about="">
79
+ <dc:format>image/svg+xml</dc:format>
80
+ <dc:type
81
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
82
+ <dc:title></dc:title>
83
+ </cc:Work>
84
+ </rdf:RDF>
85
+ </metadata>
86
+ <g
87
+ inkscape:label="Layer 1"
88
+ inkscape:groupmode="layer"
89
+ id="layer1"
90
+ transform="translate(0,-52.518951)">
91
+ <text
92
+ xml:space="preserve"
93
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332"
94
+ x="-0.27516666"
95
+ y="59.630951"
96
+ id="text1385"><tspan
97
+ sodipodi:role="line"
98
+ id="tspan1383"
99
+ x="-0.27516666"
100
+ y="59.630951"
101
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332">CUCUMBER_FACTORY</tspan></text>
102
+ <rect
103
+ style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.03646573;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
104
+ id="rect1387"
105
+ width="100.85973"
106
+ height="1.2668874"
107
+ x="-3.5527137e-15"
108
+ y="65.308289" />
109
+ </g>
110
+ </svg>