spec/csl/style/label_spec.rb in csl-1.0.0.pre7 vs spec/csl/style/label_spec.rb in csl-1.0.0.pre8
- old
+ new
@@ -1,7 +1,7 @@
require 'spec_helper'
module CSL
describe Style::Label do
-
+ let(:label) { Style::Label.new }
end
end
\ No newline at end of file