fix for stupid bug and add test to make sure it does not happen again

This commit is contained in:
John Bintz 2012-03-21 12:38:25 -04:00
parent 5283cd35e8
commit df8c987a5f
3 changed files with 6 additions and 7 deletions

View File

@ -4,5 +4,4 @@ source 'https://rubygems.org'
gemspec
gem 'flowerbox', :path => '../flowerbox'
gem 'flowerbox-delivery', :path => '../flowerbox-delivery'
gem 'guard'

View File

@ -1,10 +1,4 @@
if !Attentive? then Attentive = {}
c.test_with :jasmine
c.run_with :node
c.asset_paths << "lib/assets/javascripts"
c.report_with :verbose
class Attentive.Presentation
@setup: (identifier) ->

View File

@ -0,0 +1,6 @@
#= require attentive/presentation
describe 'Attentive.Presentation', ->
it 'should be ok', ->
Attentive.Presenation