specky/syntax/rspec.vim
branchvim-stuff
changeset 12 a9f1ce3766d1
parent 9 0d8306685c5c
child 17 54598f9f279c
equal deleted inserted replaced
11:a9ebb6c22d14 12:a9f1ce3766d1
    19 highlight link rspecMockMethods Function
    19 highlight link rspecMockMethods Function
    20 
    20 
    21 syntax keyword rspecKeywords should should_not should_not_receive should_receive
    21 syntax keyword rspecKeywords should should_not should_not_receive should_receive
    22 highlight link rspecKeywords Constant
    22 highlight link rspecKeywords Constant
    23 
    23 
    24 syntax keyword rspecMatchers be_a be_a_kind_of be_an be_an_instance_of be_close be_false be_instance_of be_kind_of be_nil be_true change eql equal exist expect have have_at_least have_at_most have_exactly include match matcher raise_error respond_to satisfy throw_symbol to to_not wrap_expectation
    24 syntax keyword rspecMatchers be_a be_a_kind_of be_an be_an_instance_of be_close be_false be_instance_of be_kind_of be_nil be_true change eql equal exist expect have have_at_least have_at_most have_exactly include match matcher raise_error raise_exception respond_to satisfy throw_symbol to to_not wrap_expectation
    25 highlight link rspecMatchers Function
    25 highlight link rspecMatchers Function
    26 
    26 
    27 syntax keyword rspecMessageExpectation advise any_number_of_times at_least at_most exactly expected_messages_received generate_error ignoring_args matches_at_least_count matches_at_most_count matches_exact_count matches_name_but_not_args negative_expectation_for never once ordered similar_messages times twice verify_messages_received with
    27 syntax keyword rspecMessageExpectation advise any_number_of_times at_least at_most exactly expected_messages_received generate_error ignoring_args matches_at_least_count matches_at_most_count matches_exact_count matches_name_but_not_args negative_expectation_for never once ordered similar_messages times twice verify_messages_received with
    28 highlight link rspecMessageExpectation Function
    28 highlight link rspecMessageExpectation Function
    29 
    29