Sha256: 729e053bd0e4981048bdcfc7d1347b6efd8b3871c769d4438a97bbf6f524e901

Contents?: true

Size: 256 Bytes

Versions: 1

Compression:

Stored size: 256 Bytes

Contents

require File.join(__FILE__.gsub(/(.*)?\/spec\/.*$/, '\1'), 'spec/spec_helper')

describe "PostTests" do
  it "should still be able to POST data" do
    post post_tests_path, {}
    response.body.should_not contain("No action responded to index")
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rtml-2.0.4 spec/integration/post_tests_spec.rb