Sha256: 4c3812a15ffb830c89527b042606033f4b27a4a70b07ea1ee1d17cc85fc280b8
Contents?: true
Size: 311 Bytes
Versions: 11
Compression:
Stored size: 311 Bytes
Contents
require 'spec_helper' describe "ExportFiles" do describe "GET /export_files" 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 export_files_path response.status.should be(302) end end end
Version data entries
11 entries across 11 versions & 1 rubygems