Sha256: 9c1d531c03cdb519c7e3780551e22bac87f0dae2c54f0a812b0ee09301c592bb

Contents?: true

Size: 174 Bytes

Versions: 1

Compression:

Stored size: 174 Bytes

Contents

require 'spec_helper'

describe "Navigation" do
  include Capybara

  it "renders the stopwatch box" do
    visit "/"
    page.should have_css("#performance_code")
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stopwatch-0.0.3 spec/integration/stopwatch_spec.rb