Skip to content

Commit

Permalink
Rename example
Browse files Browse the repository at this point in the history
  • Loading branch information
delonnewman committed Nov 25, 2024
1 parent 1eaa8c0 commit 6b8b34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/dragnet/reply/answers_cache_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
let(:reply) { Dragnet::Reply[survey:].generate }
let(:survey) { Dragnet::Survey.generate! }

it 'can be reset' do
it 'can be set' do
expect { cache.set! }.to change(cache, :data).from(nil)
end

Expand Down

0 comments on commit 6b8b34b

Please sign in to comment.