Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Oct 24, 2023
1 parent b6feb2a commit 0ee2c87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/unit/hanami/rspec/commands/generate/part_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
# frozen_string_literal: true
RSpec.describe #{app_name}::Views::Parts::Client do
subject { described_class.new(value:) }
let(:value) { double("client") }
it "works" do
expect(subject).to be_kind_of(described_class)
end
Expand Down

0 comments on commit 0ee2c87

Please sign in to comment.