Fix let code formatting in specs
This commit is contained in:
parent
45396179be
commit
de35ad8ff8
1 changed files with 4 additions and 4 deletions
|
@ -28,8 +28,8 @@ RSpec.describe Mutant::Matcher::Method::Instance, '#call' do
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'when method is defined inside eval' do
|
context 'when method is defined inside eval' do
|
||||||
let(:scope) { base::WithMemoizer }
|
let(:scope) { base::WithMemoizer }
|
||||||
let(:method) { scope.instance_method(:boz) }
|
let(:method) { scope.instance_method(:boz) }
|
||||||
|
|
||||||
let(:expected_warnings) do
|
let(:expected_warnings) do
|
||||||
[
|
[
|
||||||
|
@ -41,8 +41,8 @@ RSpec.describe Mutant::Matcher::Method::Instance, '#call' do
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'when method is defined without source location' do
|
context 'when method is defined without source location' do
|
||||||
let(:scope) { Module }
|
let(:scope) { Module }
|
||||||
let(:method) { scope.instance_method(:object_id) }
|
let(:method) { scope.instance_method(:object_id) }
|
||||||
|
|
||||||
let(:expected_warnings) do
|
let(:expected_warnings) do
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Reference in a new issue