GRN2-xx: General bug fixes and improvements for 2.3 (#701)

* General bug fixes and improvements for 2.3

* Removed mins change

* Removed mins change rspec
This commit is contained in:
farhatahmad
2019-07-31 11:33:29 -04:00
committed by Jesus Federico
parent 58201d5763
commit 5f237194b1
5 changed files with 9 additions and 9 deletions

View File

@ -327,7 +327,7 @@ describe AdminsController, type: :controller do
feature = Setting.find_by(provider: "provider1").features.find_by(name: "Default Recording Visibility")
expect(feature[:value]).to eq("public")
expect(response).to redirect_to(admins_path)
expect(response).to redirect_to(admin_site_settings_path)
end
end
end