Sha256: 4dff6bb37914832c9e38fb7e40235b2af4dccf07684d31fc1f3eeea262bb5208

Contents?: true

Size: 482 Bytes

Versions: 1

Compression:

Stored size: 482 Bytes

Contents

require 'spec_helper'

describe 'Formtastic form matcher' do      
  with_form_helper :formtastic
  
  context "Formtastic example 1 view file" do
    form_file = File.join(erb_fixtures_dir, 'formtastic-ex1.erb')
    it "content should match form expectations" do      
      form_file.should have_content do |content|
        content.erb_code.should have_semantic_form_for '@article' do |form|
          form.should have_inputs "Basic"
        end
      end
    end
  end
end





Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
code-spec-0.1.3 spec/code-spec/erb/matchers/formtastic/have_formtastic_spec.rb