Apply RSpec/ExampleWording rubocop rule

This commit is contained in:
Javi Martín
2019-06-23 01:07:25 +02:00
parent 0788925c1b
commit 58ba517717
8 changed files with 15 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ describe Setting do
expect(described_class["official_level_1_name"]).to eq("Stormtrooper")
end
it "shoulds return nil" do
it "returns nil" do
expect(described_class["undefined_key"]).to eq(nil)
end