Remove unused let declarations
This commit is contained in:
parent
37588b9bdb
commit
6547412f61
1 changed files with 0 additions and 6 deletions
|
@ -3,12 +3,6 @@ require 'spec_helper'
|
|||
describe Mutant::Mutator::Node::Case do
|
||||
let(:random_string) { 'random' }
|
||||
|
||||
let(:source) { ':foo' }
|
||||
|
||||
let(:mutations) do
|
||||
%w(nil) << ":s#{random_string}"
|
||||
end
|
||||
|
||||
before do
|
||||
Mutant::Random.stub(:hex_string => random_string)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue