FEATURE: custom emojis

This commit is contained in:
Régis Hanol
2014-12-23 01:12:26 +01:00
parent 6e1601c10d
commit 45dbdb6896
3536 changed files with 477 additions and 245 deletions

View File

@ -73,17 +73,6 @@ describe Admin::BackupsController do
response.should be_success
end
# it "catches OperationRunningError exception" do
# BackupRestore.expects(:is_operation_running?).returns(true)
# xhr :post, :create
# response.should be_success
# json = JSON.parse(response.body)
# json["message"].should_not == nil
# end
end
describe ".cancel" do