You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
v4.1.0
Expected behaviour:
Executing the rspec tests should not affect the development db.
Actual behaviour:
bundle exec rspec was executed in between the following two SELECT COUNT(*) FROM users; queries:
postgres=# \c roadmap
You are now connected to database "roadmap"as user "postgres".
roadmap=# SELECT COUNT(*) FROM users;
count
-------4
(1 row)
roadmap=# SELECT COUNT(*) FROM users;
count
-------0
(1 row)
roadmap=#
The text was updated successfully, but these errors were encountered:
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
v4.1.0
Expected behaviour:
Actual behaviour:
bundle exec rspec
was executed in between the following twoSELECT COUNT(*) FROM users;
queries:The text was updated successfully, but these errors were encountered: