Spent some quality time with RSpec
commita6e0da9c462e5fe19bdc3e8224f41f49f9cb1e75
authorMatt Moriarity <matt.moriarity@gmail.com>
Wed, 15 Aug 2007 19:12:27 +0000 (15 15:12 -0400)
committerMatt Moriarity <matt.moriarity@gmail.com>
Wed, 15 Aug 2007 19:12:27 +0000 (15 15:12 -0400)
treeef95ebe8bafaf616a40fd5bc766a5106bb438c27
parentf4e201beaf58511790dc1bf817f07f157d702fc5
Spent some quality time with RSpec
16 files changed:
app/controllers/shows_controller.rb
app/controllers/usages_controller.rb
app/helpers/application_helper.rb
app/models/show.rb
app/views/layouts/application.haml
app/views/shows/edit.haml
app/views/songs/edit.haml
spec/controllers/shows_controller_spec.rb
spec/controllers/songs_controller_spec.rb
spec/controllers/usages_controller_spec.rb [new file with mode: 0644]
spec/helpers/application_helper_spec.rb [new file with mode: 0644]
spec/models/show_spec.rb
spec/views/shows/edit_view_spec.rb
spec/views/shows/show_view_spec.rb
spec/views/songs/edit_view_spec.rb
spec/views/songs/show_view_spec.rb