fix GitHub CI build

pull/133/head 1.2.0
Alex Turchyn 2 years ago
parent d2edb2fb69
commit dc7593c70c

@ -138,4 +138,5 @@ jobs:
run: |
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake assets:precompile
bundle exec rspec

@ -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

Loading…
Cancel
Save