mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
(cosmetic: replace double-quoted string with single-quoted)
This commit is contained in:
parent
de03c2f5d7
commit
d2dd6b97d8
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ end
|
||||||
|
|
||||||
describe Docile::FallbackContextProxy do
|
describe Docile::FallbackContextProxy do
|
||||||
|
|
||||||
describe "#instance_variables" do
|
describe '#instance_variables' do
|
||||||
subject { create_fcp_and_set_one_instance_variable.instance_variables }
|
subject { create_fcp_and_set_one_instance_variable.instance_variables }
|
||||||
let(:expected_type_of_names) { type_of_ivar_names_on_this_ruby }
|
let(:expected_type_of_names) { type_of_ivar_names_on_this_ruby }
|
||||||
let(:actual_type_of_names) { subject.first.class }
|
let(:actual_type_of_names) { subject.first.class }
|
||||||
|
|
Loading…
Reference in a new issue