We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c091c0 commit 97e8ebbCopy full SHA for 97e8ebb
docs/modules/ROOT/pages/index.adoc
@@ -14,14 +14,14 @@ https://github.com/rubocop-hq/rubocop[RuboCop].
14
15
Enforcing
16
17
-[source,bash]
+[source,ruby]
18
----
19
expect(calculator.compute(line_item)).to eq(5)
20
21
22
over
23
24
25
26
calculator.compute(line_item).should == 5
27
@@ -32,7 +32,7 @@ is a feature of RSpec itself – you can read about it in the https://relishapp.
32
33
34
35
36
37
RSpec.describe MyClass do
38
...
@@ -41,7 +41,7 @@ end
41
42
43
44
45
46
describe MyClass do
47
0 commit comments