Skip to content

Commit

Permalink
fix tests for older rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Apr 16, 2015
1 parent 1bf8705 commit b44b249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/workable/client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
api_key: 'test',
subdomain: 'subdomain',
transform_from: {
candidate: Proc.new { |input| input.to_h }
candidate: lambda { |input| input.marshal_dump }
}
)
}
Expand Down

0 comments on commit b44b249

Please sign in to comment.