Sha256: 3105272a51181387613b57e0ea9b6005b65c08cfacbd8e22a0ce59734682340c
Contents?: true
Size: 311 Bytes
Versions: 6
Compression:
Stored size: 311 Bytes
Contents
require 'spec_helper' describe "Templates" do describe "GET /stachio_templates" 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 templates_path response.status.should be(200) end end end
Version data entries
6 entries across 6 versions & 1 rubygems