Sha256: 2665cc3e39e3c144bd65768abac5374944c664f3a49723c5ede2e449a45a5429
Contents?: true
Size: 776 Bytes
Versions: 2
Compression:
Stored size: 776 Bytes
Contents
require 'spec_helper' describe 'Assets for Misc' do subject { assets } it { should serve 'application' } # just to double check we don't mess with the app itself it { should serve 'pakunok/innershiv.js' } it { should serve 'pakunok/jquery.form.js' } describe 'jquery.scrollpane' do it { should serve 'pakunok/jquery.jscrollpane.js' } it { should serve 'pakunok/jquery.jscrollpane.css' } # optional improvements it { should serve 'pakunok/jquery.mousewheel.js' } it { should serve 'pakunok/mwheelIntent.js' } end it { should serve 'pakunok/jquery.validate.js' } it { should serve 'pakunok/jquery.validate/additional-methods.js' } it { should serve 'pakunok/jquery.viewport.js' } it { should serve 'pakunok/haml.js' } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pakunok-0.0.3 | spec/assets/misc_spec.rb |
pakunok-0.0.2 | spec/assets/misc_spec.rb |