spec/unit/response_spec.rb in transcriber-0.0.9 vs spec/unit/response_spec.rb in transcriber-0.0.10
- old
+ new
@@ -14,14 +14,14 @@
end
end
let(:input) do
{
- 'login' => 'jackiechan2010',
- 'phone' => '32232188',
- 'address' => {
- 'street' => 'Aurora St.',
- 'city' => 'Recife'
+ login: 'jackiechan2010',
+ phone: '32232188',
+ address: {
+ street: 'Aurora St.',
+ city: 'Recife'
}
}
end
describe "#normalize" do
\ No newline at end of file