Update all bundled gems to lastest versions

This commit is contained in:
Thibault Jouan
2012-03-18 23:51:20 +00:00
parent 10a8e1f094
commit b25d4d256f
14 changed files with 120 additions and 93 deletions

View File

@@ -1,6 +1,6 @@
require 'spec_helper'
describe 'tracks/new.html.haml' do
describe 'tracks/new' do
let(:track) do
mock_model(Track).as_new_record.as_null_object
end

View File

@@ -1,6 +1,6 @@
require 'spec_helper'
describe 'tracks/show.html.haml' do
describe 'tracks/show' do
let(:track) { Factory.create(:track) }
before do