Remove unused let declarations

This commit is contained in:
Dan Kubb 2013-06-22 22:17:50 -07:00
parent 37588b9bdb
commit 6547412f61

View file

@ -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