1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ < html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
4
+ < head >
5
+ < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
6
+ < title >
7
+ Module: RSpec
8
+
9
+ — Documentation by YARD 0.8.7.4
10
+
11
+ </ title >
12
+
13
+ < link rel ="stylesheet " href ="css/style.css " type ="text/css " charset ="utf-8 " />
14
+
15
+ < link rel ="stylesheet " href ="css/common.css " type ="text/css " charset ="utf-8 " />
16
+
17
+ < script type ="text/javascript " charset ="utf-8 ">
18
+ hasFrames = window . top . frames . main ? true : false ;
19
+ relpath = '' ;
20
+ framesUrl = "frames.html#!RSpec.html" ;
21
+ </ script >
22
+
23
+
24
+ < script type ="text/javascript " charset ="utf-8 " src ="js/jquery.js "> </ script >
25
+
26
+ < script type ="text/javascript " charset ="utf-8 " src ="js/app.js "> </ script >
27
+
28
+
29
+ </ head >
30
+ < body >
31
+ < div id ="header ">
32
+ < div id ="menu ">
33
+
34
+ < a href ="_index.html "> Index (R)</ a > »
35
+
36
+
37
+ < span class ="title "> RSpec</ span >
38
+
39
+
40
+ < div class ="noframes "> < span class ="title "> (</ span > < a href =". " target ="_top "> no frames</ a > < span class ="title "> )</ span > </ div >
41
+ </ div >
42
+
43
+ < div id ="search ">
44
+
45
+ < a class ="full_list_link " id ="class_list_link "
46
+ href ="class_list.html ">
47
+ Class List
48
+ </ a >
49
+
50
+ < a class ="full_list_link " id ="method_list_link "
51
+ href ="method_list.html ">
52
+ Method List
53
+ </ a >
54
+
55
+ < a class ="full_list_link " id ="file_list_link "
56
+ href ="file_list.html ">
57
+ File List
58
+ </ a >
59
+
60
+ </ div >
61
+ < div class ="clear "> </ div >
62
+ </ div >
63
+
64
+ < iframe id ="search_frame "> </ iframe >
65
+
66
+ < div id ="content "> < h1 > Module: RSpec
67
+
68
+
69
+
70
+ </ h1 >
71
+
72
+ < dl class ="box ">
73
+
74
+
75
+
76
+ < dt class ="r1 "> Extended by:</ dt >
77
+ < dd class ="r1 "> < span class ='object_link '> < a href ="RSpec/Expectations/Deprecation.html " title ="RSpec::Expectations::Deprecation (module) "> Expectations::Deprecation</ a > </ span > </ dd >
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+ < dt class ="r2 last "> Defined in:</ dt >
86
+ < dd class ="r2 last "> lib/rspec/matchers.rb< span class ="defines "> ,< br />
87
+ lib/rspec/expectations.rb,< br /> lib/rspec/matchers/dsl.rb,< br /> lib/rspec/matchers/pretty.rb,< br /> lib/rspec/matchers/matcher.rb,< br /> lib/rspec/matchers/be_close.rb,< br /> lib/rspec/matchers/built_in.rb,< br /> lib/rspec/expectations/errors.rb,< br /> lib/rspec/expectations/syntax.rb,< br /> lib/rspec/expectations/differ.rb,< br /> lib/rspec/matchers/built_in/be.rb,< br /> lib/rspec/expectations/version.rb,< br /> lib/rspec/matchers/built_in/eq.rb,< br /> lib/rspec/expectations/handler.rb,< br /> lib/rspec/matchers/built_in/eql.rb,< br /> lib/rspec/matchers/built_in/has.rb,< br /> lib/rspec/matchers/built_in/have.rb,< br /> lib/rspec/expectations/fail_with.rb,< br /> lib/rspec/matchers/configuration.rb,< br /> lib/rspec/matchers/method_missing.rb,< br /> lib/rspec/matchers/built_in/cover.rb,< br /> lib/rspec/matchers/built_in/exist.rb,< br /> lib/rspec/matchers/built_in/match.rb,< br /> lib/rspec/matchers/built_in/equal.rb,< br /> lib/rspec/matchers/built_in/yield.rb,< br /> lib/rspec/expectations/deprecation.rb,< br /> lib/rspec/matchers/built_in/change.rb,< br /> lib/rspec/matchers/operator_matcher.rb,< br /> lib/rspec/matchers/built_in/satisfy.rb,< br /> lib/rspec/matchers/built_in/include.rb,< br /> lib/rspec/matchers/built_in/be_within.rb,< br /> lib/rspec/matchers/built_in/be_kind_of.rb,< br /> lib/rspec/matchers/built_in/respond_to.rb,< br /> lib/rspec/matchers/built_in/raise_error.rb,< br /> lib/rspec/matchers/built_in/match_array.rb,< br /> lib/rspec/matchers/built_in/base_matcher.rb,< br /> lib/rspec/matchers/built_in/throw_symbol.rb,< br /> lib/rspec/expectations/extensions/object.rb,< br /> lib/rspec/expectations/expectation_target.rb,< br /> lib/rspec/matchers/generated_descriptions.rb,< br /> lib/rspec/matchers/built_in/be_instance_of.rb,< br /> lib/rspec/matchers/built_in/start_and_end_with.rb,< br /> lib/rspec/matchers/extensions/instance_eval_with_args.rb</ span >
88
+ </ dd >
89
+
90
+ </ dl >
91
+ < div class ="clear "> </ div >
92
+
93
+ < h2 > Defined Under Namespace</ h2 >
94
+ < p class ="children ">
95
+
96
+
97
+ < strong class ="modules "> Modules:</ strong > < span class ='object_link '> < a href ="RSpec/Expectations.html " title ="RSpec::Expectations (module) "> Expectations</ a > </ span > , < span class ='object_link '> < a href ="RSpec/Matchers.html " title ="RSpec::Matchers (module) "> Matchers</ a > </ span >
98
+
99
+
100
+
101
+
102
+ </ p >
103
+
104
+
105
+
106
+ < h2 > Constant Summary</ h2 >
107
+
108
+ < h3 class ="inherited "> Constants included
109
+ from < span class ='object_link '> < a href ="RSpec/Expectations/Deprecation.html " title ="RSpec::Expectations::Deprecation (module) "> Expectations::Deprecation</ a > </ span > </ h3 >
110
+ < p class ="inherited "> < span class ='object_link '> < a href ="RSpec/Expectations/Deprecation.html#ADDITIONAL_TOP_LEVEL_FILES-constant " title ="RSpec::Expectations::Deprecation::ADDITIONAL_TOP_LEVEL_FILES (constant) "> Expectations::Deprecation::ADDITIONAL_TOP_LEVEL_FILES</ a > </ span > , < span class ='object_link '> < a href ="RSpec/Expectations/Deprecation.html#LIB_REGEX-constant " title ="RSpec::Expectations::Deprecation::LIB_REGEX (constant) "> Expectations::Deprecation::LIB_REGEX</ a > </ span > , < span class ='object_link '> < a href ="RSpec/Expectations/Deprecation.html#RSPEC_LIBS-constant " title ="RSpec::Expectations::Deprecation::RSPEC_LIBS (constant) "> Expectations::Deprecation::RSPEC_LIBS</ a > </ span > </ p >
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+ </ div >
125
+
126
+ < div id ="footer ">
127
+ Generated on Thu Dec 18 08:30:12 2014 by
128
+ < a href ="http://yardoc.org " title ="Yay! A Ruby Documentation Tool " target ="_parent "> yard</ a >
129
+ 0.8.7.4 (ruby-2.1.5).
130
+ </ div >
131
+
132
+ </ body >
133
+ </ html >
0 commit comments