Sha256: 83f208d88b09d773aa293ca882cd910e3deb33491449dd2c801b4e763f01955a
Contents?: true
Size: 322 Bytes
Versions: 10
Compression:
Stored size: 322 Bytes
Contents
require 'spec_helper' describe 'Assets' do describe 'GET /asset_manager_assets' do it 'works! (now write some real specs)' do # Run the generator again with the --webrat flag if you want to use webrat methods/matchers get asset_manager_assets_path response.status.should be(200) end end end
Version data entries
10 entries across 10 versions & 1 rubygems