Skip to content

Commit

Permalink
Fix spec for version check.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Mar 17, 2018
1 parent 461320b commit 7c7aeae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/thinking_sphinx/configuration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,8 @@
end

describe '#version' do
it "defaults to 2.1.4" do
expect(config.version).to eq('2.1.4')
it "defaults to 2.2.11" do
expect(config.version).to eq('2.2.11')
end

it "respects supplied YAML versions" do
Expand Down

0 comments on commit 7c7aeae

Please sign in to comment.