Posts by Edivan • 53 points
2 posts
-
2
votes0
answers60
viewsQ: How to configure schema_search_path in the test environment?
When I run the rake spec --trace command I have the error below. It seems to me that rake does not create the schema I want in the test environment by not identifying my schema configuration in…
-
0
votes2
answers1260
viewsQ: How to run unit tests on rspec?
When I execute rake spec it runs all tests. How do I run only unit tests.