Skip to content

Commit

Permalink
Fix typo in statements_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabigeek authored and derekprior committed Jan 6, 2021
1 parent 888a79c commit 3600a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/scenic/statements_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Scenic
describe Scenic::Statements do
before do
adapter = instance_double("Scenic::Adapaters::Postgres").as_null_object
adapter = instance_double("Scenic::Adapters::Postgres").as_null_object
allow(Scenic).to receive(:database).and_return(adapter)
end

Expand Down

0 comments on commit 3600a48

Please sign in to comment.