cypress_rails 0.9.0 → 0.9.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4fca533aef9e0c914453f031732a352fcd70ee96677b4662f0d7e07b4d634c70
4
- data.tar.gz: 4ca86b8185a86923d24d435e5441fe89f5d1870e686d9a1395200c43575f0fc9
3
+ metadata.gz: 683dc89fc864e11c32c6fe00b4c023bdc85a0aadb4f28c727c82be842b001eb3
4
+ data.tar.gz: 169f9f62b4929a1c2ae1aa45c0d0fcfc2efe1c00fe44115c5bfc99254bcfff55
5
5
  SHA512:
6
- metadata.gz: 74867fe71964b27b11652f216976e9c932d927ad73c6e2f4ca454074178854c23bbd43ecc93cced108b957327a455313cab9178c0b56fb636290a6dd1d2fbc51
7
- data.tar.gz: ac5060f73b90bb604d34eb7c51c1e0de991ab141550d9a82b30d6401e97570360e3097d15892b3237f077ddbb7297b5eeee8e0612ea3473eca2ee48a6f9ce81b
6
+ metadata.gz: 2120ff9e89523eaf9c9475ce32579a8ffbe213e60a533193f54fb1ac66e56223d95a97d30acef0c427da149a124abde7b802557f62f8d16d831764186227ad4a
7
+ data.tar.gz: 2aff7a877f90f1326de29be97fe6e8ca6d3d461f0aff094f6a56286052d51cb54322fb7c703e575385764dfb65bbeb70b8b6e8c44c8da5b630e679cc036fa322
@@ -33,7 +33,7 @@ module CypressRails
33
33
  class_option :tests_path,
34
34
  type: :string,
35
35
  desc: "path to Cypress tests",
36
- default: "./spec",
36
+ default: "./",
37
37
  aliases: %w(-t)
38
38
  class_option :healthcheck_url,
39
39
  type: :string,
@@ -2,5 +2,5 @@
2
2
 
3
3
  module CypressRails
4
4
  # cypress_rails version
5
- VERSION = "0.9.0"
5
+ VERSION = "0.9.1"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cypress_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Szymon Szeliga
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-24 00:00:00.000000000 Z
11
+ date: 2019-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor