Skip to content

Commit

Permalink
Fix camera and lens shared examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
amclain committed May 11, 2020
1 parent 4f6466a commit 0d58aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/config/camera_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
end
end

shared_examples :to_s_is_human_readable
include_examples :to_s_is_human_readable
end
2 changes: 1 addition & 1 deletion spec/config/lens_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
its(:model) { should eq model.to_s }
its(:focal_length) { should eq focal_length.to_i }

shared_examples :to_s_is_human_readable
include_examples :to_s_is_human_readable
end

0 comments on commit 0d58aca

Please sign in to comment.