spec/lib/danica/operator/addition_spec.rb in danica-2.4.2 vs spec/lib/danica/operator/addition_spec.rb in danica-2.4.3
- old
+ new
@@ -28,15 +28,15 @@
end
it_behaves_like 'a operator that joins many variables with same operation', {
calculated: 10,
numeric_variables: [ 1.5, 3.0, 3.5 ],
- to_tex: {
+ tex: {
string_expected: 'X1 + X2 + X3 + X4',
integer_expected: '1.5 + 3 + X3 + X4',
float_expected: '1.5 + 3 + 3.5 + X4'
},
- to_gnu: {
+ gnu: {
string_expected: 'X1 + X2 + X3 + X4',
integer_expected: '1.5 + 3 + X3 + X4',
float_expected: '1.5 + 3 + 3.5 + X4'
}
}