Sha256: 986d18f2a200a9e87d05e957f4e810c18f6eb71c9cf755d6a47d89d39f6f0472

Contents?: true

Size: 291 Bytes

Versions: 4

Compression:

Stored size: 291 Bytes

Contents

require 'spec_helper'

RSpec.describe "HotDate form field label", :type => :request do
	describe "Accepts same arguments as label_tag method" do
	  it "allows user to specify text of label tag" do
	  	visit new_schedule_path
	  	page.should have_content("Time for beer yet?")
	  end
	end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hot_date_rails-1.5.7 spec/requests/hd_label_spec.rb
hot_date_rails-1.5.6 spec/requests/hd_label_spec.rb
hot_date_rails-1.5.4 spec/requests/hd_label_spec.rb
hot_date_rails-1.5.3 spec/requests/hd_label_spec.rb