Rebrand to mozo.bar

This commit is contained in:
2014-08-06 12:58:16 +02:00
parent 99a9536c68
commit 15005f332f
38 changed files with 344 additions and 87 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
step "there is a fresh database with a user and supplier" do
CouchPotato.couchrest_database.recreate!
create_confirmed_supplier 'supplier@qwaiter.com'
create_user 'user@qwaiter.com'
create_confirmed_supplier 'supplier@mozo.bar'
create_user 'user@mozo.bar'
end
step "I click on translation :translation" do |translation_key|