Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonabc committed May 8, 2019
1 parent 1199ef2 commit f1dfd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sources/helpers/content_versioning_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
let(:fixtures) { File.expand_path("../../../fixtures/command", __FILE__) }
let(:config) { Licensed::Configuration.new }
let(:helper) do
obj = mock().extend Licensed::Sources::ContentVersioning
obj = mock.extend Licensed::Sources::ContentVersioning
obj.stubs(:config).returns(config)
obj
end
Expand Down

0 comments on commit f1dfd8a

Please sign in to comment.