Skip to content

Commit

Permalink
fix: use be_a comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Jan 10, 2024
1 parent 88eaa6f commit 58323a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/emitters/database_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

describe "#target" do
it do
expect(emitter.target).to eq("sqlite3::memory:")
expect(emitter.target).to be_a(String)
end
end
end

0 comments on commit 58323a5

Please sign in to comment.