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
We use Git Flow for our branching strategy. Therefore, master is not open for commit unless for release. Current development happens on feature branches originated from the develop branch, or on develop branch directly.
Testing
We use rspec for the tests. Each test should be as isolated as possible. If you add a new feature, please add the test for it as well.