Sha256: 21dc4b8bd93b286688790bd80af53155b926f2376b2813103d5fa70dbae7ff43

Contents?: true

Size: 227 Bytes

Versions: 3

Compression:

Stored size: 227 Bytes

Contents

require 'spec_helper'

describe 'application', :type => :request, :js => true do

  #include RSpec::Rails::ViewExampleGroup
    
  it 'simple' do
    visit '/1'
    sleep 100
    find('input[name="picker_1"]').click
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
date_time_picker-0.5.9 test/spec/application_spec.rb
date_time_picker-0.5.6 test/spec/application_spec.rb
date_time_picker-0.5.3 test/spec/application_spec.rb