We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e645f21 commit b80a8c3Copy full SHA for b80a8c3
1 file changed
spec/mondrian_spec.rb
@@ -689,7 +689,7 @@ def nonempty_crossjoin_from_cube(cube_name)
689
MDX
690
).
691
columns('[Measures].[LinRegR2]').execute
692
- result.values.first.nan?.should == true
+ result.values.first.should be_nan
693
end
694
695
@@ -781,7 +781,7 @@ def nonempty_crossjoin_from_cube(cube_name)
781
782
783
columns('[Measures].[LinRegVariance]').execute
784
785
786
787
0 commit comments