fix GitHub CI build

This commit is contained in:
Alex Turchyn
2023-09-24 18:21:18 +03:00
parent d2edb2fb69
commit dc7593c70c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -138,4 +138,5 @@ jobs:
run: |
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake assets:precompile
bundle exec rspec
+1 -1
View File
@@ -32,7 +32,7 @@ RSpec.describe 'App Setup', js: true do
expect do
click_button 'Submit'
sleep 1
sleep 2
end.to change(Account, :count).by(1).and change(User, :count).by(1).and change(EncryptedConfig, :count).by(2)
user = User.last