Sha256: efa40e84a99508beef08561b6162bc97d78e3e75de8e6821849ae1a3773824c0
Contents?: true
Size: 684 Bytes
Versions: 25
Compression:
Stored size: 684 Bytes
Contents
require_relative "spec_helper" describe "Simle example" do before(:each) do @response = request("/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 = request("/examples/arguments") end it "should be successful" do @response.should be_successful end end describe "Examples with dependencies" do before(:each) do @response = request("/examples/dependencies") end it "should be successful" do @response.should be_successful end end
Version data entries
25 entries across 15 versions & 1 rubygems