Update specs to new rspec syntax

This commit is contained in:
Thibault Jouan
2014-04-01 18:15:44 +00:00
parent 99d106cf36
commit 4cef7aeab9
32 changed files with 173 additions and 179 deletions

View File

@@ -13,7 +13,7 @@ feature 'API tracks' do
get api_tracks_path, format: :json
response.body.should == [
expect(response.body).to eq [
{
id: track_1.id,
name: 'Track 1',