Sha256: 7cc6a3cd70aac225d92aa1d890c16f7b8b0eca201d10ccfda75296268248d06a
Contents?: true
Size: 672 Bytes
Versions: 15
Compression:
Stored size: 672 Bytes
Contents
require_relative "spec_helper" describe "Simle example" do before(:each) do @response = get("/examples/simple") end it "should be successful" do @response.should be_successful end it "should be successful" do @response.should be_successful end it "should link to" end describe "Examples with arguments" do before(:each) do @response = get("/examples/arguments") end it "should be successful" do @response.should be_successful end end describe "Examples with dependencies" do before(:each) do @response = get("/examples/dependencies") end it "should be successful" do @response.should be_successful end end
Version data entries
15 entries across 15 versions & 1 rubygems