Skip to content

Commit

Permalink
Fix typo in Deque#dequeue spec
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdowad committed Dec 18, 2018
1 parent 6f6f75c commit c52b0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/immutable/deque/dequeue_spec.rb
Expand Up @@ -26,7 +26,7 @@
context "on empty subclass" do
let(:subclass) { Class.new(Immutable::Deque) }
let(:empty_instance) { subclass.new }
it "returns emtpy object of same class" do
it "returns empty object of same class" do
empty_instance.send(method).class.should be subclass
end
end
Expand Down

0 comments on commit c52b0f6

Please sign in to comment.