fixed test spec and remove uncessary test files

This commit is contained in:
Min Zeya Phyo
2017-03-24 21:50:01 +06:30
parent a247cd44eb
commit 75db4dbc26
7 changed files with 7 additions and 20 deletions

View File

@@ -1,12 +0,0 @@
require 'rails_helper'
RSpec.describe Api::Restaurant::ZoneController, type: :controller do
describe "GET #index" do
it "returns http success" do
get :index
expect(response).to have_http_status(:success)
end
end
end