mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 10:10:04 +08:00
DEV: Use describe
for methods in specs
This commit is contained in:

committed by
Loïc Guitaut

parent
f1c3670d74
commit
296aad430a
@ -59,7 +59,7 @@ describe StylesheetsController do
|
||||
expect(response.status).to eq(200)
|
||||
end
|
||||
|
||||
context "#color_scheme" do
|
||||
describe "#color_scheme" do
|
||||
it 'works as expected' do
|
||||
scheme = ColorScheme.last
|
||||
get "/color-scheme-stylesheet/#{scheme.id}.json"
|
||||
|
Reference in New Issue
Block a user