We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca8b86 commit 20b9889Copy full SHA for 20b9889
CHANGELOG.md
@@ -1,4 +1,6 @@
1
* send any arguments to simple rails factory, not only hashes
2
+### Tasks
3
+* stop running cypress examples on CI
4
5
## 1.2.1
6
### Fixed
spec/integrations/rails_4_2/test.sh
@@ -14,7 +14,7 @@ bundle --version
14
bundle install --quiet --gemfile="$DIR/Gemfile" --retry 2 --path vendor/bundle
15
16
echo '-- cypress install'
17
-bundle exec ./bin/rails g cypress_dev:install
+bundle exec ./bin/rails g cypress_dev:install --no-install-cypress-examples
18
19
echo '-- start rails server'
20
# make sure the server is not running
0 commit comments