Skip to content

Commit

Permalink
Correct typo in require statement
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenge authored Jan 20, 2023
1 parent d8d17c3 commit 1a5c537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initialize/spec/ferret_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
recuire 'rspec'
require 'rspec'
require_relative '../lib/ferret'

RSpec.describe Ferret do
Expand Down

0 comments on commit 1a5c537

Please sign in to comment.