Skip to content

Commit

Permalink
fix test from #649
Browse files Browse the repository at this point in the history
  • Loading branch information
boutil committed May 20, 2016
1 parent dc7a2ef commit efecc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/builder_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,6 @@ def smooth?
asserts "that it can use a hash variable on if condition and return true" do
scope = Rabl::Builder.new(ArbObj.new)
scope.send(:resolve_condition, { :if => { some: 'data' } })
end.equals(nil)
end.equals({some: 'data'})
end
end

0 comments on commit efecc1b

Please sign in to comment.