Skip to content

Commit b057faa

Browse files
committed
Removing "should" from RSpec descriptions
As per http://betterspecs.org/#should specs should look like: ``` it 'does not change timings' do ``` Rather than the older convention of: ``` it 'should not change timings' do ```
1 parent f3f6e7d commit b057faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/ruby_files.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'it':
55
'prefix': 'it'
66
'body': """
7-
it "should $1" do
7+
it "$1" do
88
$2
99
end
1010
"""

0 commit comments

Comments
 (0)