Sha256: b4697bd244cdc9c45c515615344975334cd3696e62c0a7595cff57cd85da2604

Contents?: true

Size: 449 Bytes

Versions: 11

Compression:

Stored size: 449 Bytes

Contents

# encoding: utf-8
require 'spec_helper'

describe "the flash view" do
  it "redirects" do
    visit root_path
    click_on 'redirect'
    page.should have_content('utf8: ✓')
  end

  it "handles rails ajax" do
    visit root_path
    click_on 'rails ajax'
    page.should have_content('rails ajax: ✓')
  end

  it "handles jquery ajax" do
    visit root_path
    click_on 'jquery ajax'
    page.should have_content('jquery ajax: ✓')
  end
end

Version data entries

11 entries across 5 versions & 1 rubygems

Version Path
glow-0.0.15 spec/features/flash_spec.rb
glow-0.0.14 spec/features/flash_spec.rb
glow-0.0.13 test/rails32/spec/integration/flash_spec.rb
glow-0.0.13 test/rails3/spec/integration/flash_spec.rb
glow-0.0.13 test/rails31/spec/integration/flash_spec.rb
glow-0.0.12 test/rails32/spec/integration/flash_spec.rb
glow-0.0.12 test/rails3/spec/integration/flash_spec.rb
glow-0.0.12 test/rails31/spec/integration/flash_spec.rb
glow-0.0.11 test/rails3/spec/integration/flash_spec.rb
glow-0.0.11 test/rails32/spec/integration/flash_spec.rb
glow-0.0.11 test/rails31/spec/integration/flash_spec.rb