mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
FEATURE: custom emojis
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user