Module: Erb::RailsForm::ContentMatchers::LinkHelpers

Included in:
Erb::RailsForm::ContentMatchers
Defined in:
lib/forms-spec/erb/matchers/rails_view/helpers/links.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details



4
5
6
# File 'lib/forms-spec/erb/matchers/rails_view/helpers/links.rb', line 4

def self.link_methods       
  [ :button_to, :link_to, :mail_to ]
end

Instance Method Details

#have_submit_buttonObject



16
17
18
# File 'lib/forms-spec/erb/matchers/rails_view/helpers/links.rb', line 16

def have_submit_button 
  HaveDotCall.new(:submit)
end