spec/lib/danica/wrapper/variable_spec.rb in danica-2.6.4 vs spec/lib/danica/wrapper/variable_spec.rb in danica-2.7.1
- old
+ new
@@ -37,8 +37,8 @@
describe '#to_tex' do
it_behaves_like 'a variable method to formated string', :to_tex, :latex
end
describe '#to_gnu' do
- it_behaves_like 'a variable method to formated string', :to_gnu, :gnu
+ it_behaves_like 'a variable method to formated string', :to_gnu, :gnuplot
end
end