Sha256: 7eef975ce25786e6e2b87aa0838e1c37f68021a9a972530e7cb46e89112d5ea5

Contents?: true

Size: 313 Bytes

Versions: 2

Compression:

Stored size: 313 Bytes

Contents

require 'spec_helper'

describe "Tests::Ajaxes" do
  describe "GET /tests_ajaxes" 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 tests_ajaxes_path
      response.status.should be(302)
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
guara-0.0.3 spec/requests/tests/tests_ajaxes_spec.rb
guara-0.0.1.rc spec/requests/tests/tests_ajaxes_spec.rb