Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-brousse committed Jan 30, 2019
1 parent 37b852c commit 870e1f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed lib/dekorator/rspec.rb
Empty file.
2 changes: 1 addition & 1 deletion spec/lib/dekorator_base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
let(:decorated_post) { PostDecorator.new(post) }
let(:decorated_post_with_comments) { PostDecorator.new(post) }

describe "eslf#decorate" do
describe "self#decorate" do
context "with object" do
it { expect(ApplicationDecorator.decorate(post)).to be_a(PostDecorator) }
it { expect(PostDecorator.decorate(post)).to be_a(PostDecorator) }
Expand Down

0 comments on commit 870e1f4

Please sign in to comment.