Sha256: 10057ed9366f089249d515366500e4a1e6351eed3163ba90525726d96e23690b
Contents?: true
Size: 300 Bytes
Versions: 14
Compression:
Stored size: 300 Bytes
Contents
require 'spec_helper' describe "Entities" do describe "GET /entities" 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 entities_path response.status.should be(200) end end end
Version data entries
14 entries across 11 versions & 1 rubygems