Skip to content

Commit

Permalink
Make describe a little more expressive [#6]
Browse files Browse the repository at this point in the history
  • Loading branch information
jchester committed Aug 8, 2024
1 parent cac90fe commit 5f5781d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/montgomery_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class MontgomerySpec < SpcSpec
).where(instrument_id:).order_by(:sample_id)
end

describe "Cₙ" do
describe "Calculating Cₙ" do
it_has_correct_values(column: :c_n, values: [
# @formatter:off
-0.55, -2.56, -3.27, -1.61, 0.55,
Expand Down

0 comments on commit 5f5781d

Please sign in to comment.