Skip to content

Commit

Permalink
Fixed missing method from specs
Browse files Browse the repository at this point in the history
  • Loading branch information
romanblanco committed Apr 10, 2018
1 parent 81f942f commit ed2df30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/models/dialog_field_sorted_item_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
describe DialogFieldSortedItem do
before(:each) do
allow(dialog_field).to receive(:force_multi_value).and_return(false)
end

describe "#initialize_with_values" do

let(:dialog_field) do
described_class.new(
:name => "potato_name",
Expand Down

0 comments on commit ed2df30

Please sign in to comment.