File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ describe 'database' do
26
26
raw_output.split(" \n " )
27
27
end
28
28
29
- it ' inserts and retreives a row' do
29
+ it ' inserts and retrieves a row' do
30
30
result = run_script([
31
31
" insert 1 user1 person1@example.com" ,
32
32
" select" ,
@@ -404,7 +404,7 @@ And we added tests:
404
404
+ raw_output.split("\n")
405
405
+ end
406
406
+
407
- + it 'inserts and retreives a row' do
407
+ + it 'inserts and retrieves a row' do
408
408
+ result = run_script([
409
409
+ "insert 1 user1 person1@example.com",
410
410
+ "select",
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def run_script(commands)
22
22
raw_output . split ( "\n " )
23
23
end
24
24
25
- it 'inserts and retreives a row' do
25
+ it 'inserts and retrieves a row' do
26
26
result = run_script ( [
27
27
"insert 1 user1 person1@example.com" ,
28
28
"select" ,
You can’t perform that action at this time.
0 commit comments