| 1 | $: ARCHFLAGS="-arch i386" rake |
|---|
| 2 | |
|---|
| 3 | (in /Users/xhaphir/src/trunk) |
|---|
| 4 | rm -r coverage |
|---|
| 5 | Entering ext |
|---|
| 6 | make clean |
|---|
| 7 | Leaving ext |
|---|
| 8 | Entering ext |
|---|
| 9 | make |
|---|
| 10 | /usr/bin/gcc-4.0 -I. -I. -I/opt/local/lib/ruby/1.8/i686-darwin9 -I. -DHAVE_LINKAGE_FREE_DIAGRAM -DHAVE_LINKAGE_GET_CURRENT_SUBLINKAGE -DHAVE_LINKGRAMMAR_GET_VERSION -DHAVE_PARSE_OPTIONS_GET_SPELL_GUESS -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/opt/local/include -fno-common -O2 -fno-common -pipe -fno-common -Wall -DDEBUG -c dictionary.c |
|---|
| 11 | /usr/bin/gcc-4.0 -I. -I. -I/opt/local/lib/ruby/1.8/i686-darwin9 -I. -DHAVE_LINKAGE_FREE_DIAGRAM -DHAVE_LINKAGE_GET_CURRENT_SUBLINKAGE -DHAVE_LINKGRAMMAR_GET_VERSION -DHAVE_PARSE_OPTIONS_GET_SPELL_GUESS -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/opt/local/include -fno-common -O2 -fno-common -pipe -fno-common -Wall -DDEBUG -c linkage.c |
|---|
| 12 | /usr/bin/gcc-4.0 -I. -I. -I/opt/local/lib/ruby/1.8/i686-darwin9 -I. -DHAVE_LINKAGE_FREE_DIAGRAM -DHAVE_LINKAGE_GET_CURRENT_SUBLINKAGE -DHAVE_LINKGRAMMAR_GET_VERSION -DHAVE_PARSE_OPTIONS_GET_SPELL_GUESS -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/opt/local/include -fno-common -O2 -fno-common -pipe -fno-common -Wall -DDEBUG -c linkparser.c |
|---|
| 13 | /usr/bin/gcc-4.0 -I. -I. -I/opt/local/lib/ruby/1.8/i686-darwin9 -I. -DHAVE_LINKAGE_FREE_DIAGRAM -DHAVE_LINKAGE_GET_CURRENT_SUBLINKAGE -DHAVE_LINKGRAMMAR_GET_VERSION -DHAVE_PARSE_OPTIONS_GET_SPELL_GUESS -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/opt/local/include -fno-common -O2 -fno-common -pipe -fno-common -Wall -DDEBUG -c parseoptions.c |
|---|
| 14 | /usr/bin/gcc-4.0 -I. -I. -I/opt/local/lib/ruby/1.8/i686-darwin9 -I. -DHAVE_LINKAGE_FREE_DIAGRAM -DHAVE_LINKAGE_GET_CURRENT_SUBLINKAGE -DHAVE_LINKGRAMMAR_GET_VERSION -DHAVE_PARSE_OPTIONS_GET_SPELL_GUESS -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/opt/local/include -fno-common -O2 -fno-common -pipe -fno-common -Wall -DDEBUG -c sentence.c |
|---|
| 15 | /usr/bin/gcc-4.0 -dynamic -bundle -undefined suppress -flat_namespace -o linkparser_ext.bundle dictionary.o linkage.o linkparser.o parseoptions.o sentence.o -L. -L/opt/local/lib -L. -L/opt/local/lib -lruby -llink-grammar -lpthread -ldl -lobjc |
|---|
| 16 | Leaving ext |
|---|
| 17 | |
|---|
| 18 | bugfix for #3: The first linkage for "The cat runs." |
|---|
| 19 | Error: cannot open regex file de/4.0.regex |
|---|
| 20 | - thinks cat is the subject (FAILED - 1) |
|---|
| 21 | Error: cannot open regex file de/4.0.regex |
|---|
| 22 | - thinks runs is the verb (FAILED - 2) |
|---|
| 23 | |
|---|
| 24 | LinkParser::Dictionary |
|---|
| 25 | Error: cannot open regex file de/4.0.regex |
|---|
| 26 | - can be instantiated using all default values (FAILED - 3) |
|---|
| 27 | Error: cannot open regex file de/4.0.regex |
|---|
| 28 | - can be instantiated with an options hash (FAILED - 4) |
|---|
| 29 | - raises an error when created with an bad number of arguments |
|---|
| 30 | - can be instantiated with a language argument |
|---|
| 31 | - can be instantiated with both a language and an options hash |
|---|
| 32 | Error: Could not open dictionary foo |
|---|
| 33 | - raises an exception if created with unknown dictionaries |
|---|
| 34 | Error: Could not open dictionary zz/4.0.dict |
|---|
| 35 | - raises an exception if created with an unknown language |
|---|
| 36 | |
|---|
| 37 | An instance of LinkParser::Dictionary |
|---|
| 38 | Error: cannot open regex file de/4.0.regex |
|---|
| 39 | - knows what the total cost of its linkages are (FAILED - 5) |
|---|
| 40 | Error: cannot open regex file de/4.0.regex |
|---|
| 41 | - can parse a sentence (FAILED - 6) |
|---|
| 42 | Error: cannot open regex file de/4.0.regex |
|---|
| 43 | - passes on its options to the sentences it parses (FAILED - 7) |
|---|
| 44 | |
|---|
| 45 | LinkParser::Linkage |
|---|
| 46 | Error: cannot open regex file de/4.0.regex |
|---|
| 47 | - before(:all) (FAILED - 8) |
|---|
| 48 | |
|---|
| 49 | LinkParser::Linkage from a simple sentence with a direct object |
|---|
| 50 | Error: cannot open regex file de/4.0.regex |
|---|
| 51 | - before(:all) (FAILED - 9) |
|---|
| 52 | |
|---|
| 53 | LinkParser::Linkage from a sentence with a conjunction |
|---|
| 54 | Error: cannot open regex file de/4.0.regex |
|---|
| 55 | - before(:all) (FAILED - 10) |
|---|
| 56 | |
|---|
| 57 | LinkParser::Linkage from an imperative sentence |
|---|
| 58 | Error: cannot open regex file de/4.0.regex |
|---|
| 59 | - before(:all) (FAILED - 11) |
|---|
| 60 | |
|---|
| 61 | LinkParser::Linkage bugfixes |
|---|
| 62 | Error: cannot open regex file de/4.0.regex |
|---|
| 63 | - before(:all) (FAILED - 12) |
|---|
| 64 | |
|---|
| 65 | LinkParser::ParseOptions |
|---|
| 66 | - starts out with documented defaults |
|---|
| 67 | - supports all the members mentioned in the documentation (PENDING: some of them aren't implemented in the link-grammar library) |
|---|
| 68 | - knows whether the timer constraints were exceeded or not |
|---|
| 69 | - knows whether the memory constraints were exceeded or not |
|---|
| 70 | - knows whether the timer constraints were exceeded or not |
|---|
| 71 | - can reset the resource constraints |
|---|
| 72 | |
|---|
| 73 | LinkParser::ParseOptions in versions of link-grammar >= 4.5.0 |
|---|
| 74 | - knows whether spell_guessing is enabled or not |
|---|
| 75 | |
|---|
| 76 | LinkParser::Sentence |
|---|
| 77 | Error: cannot open regex file de/4.0.regex |
|---|
| 78 | - before(:all) (FAILED - 13) |
|---|
| 79 | |
|---|
| 80 | LinkParser::Sentence parsed from a sentence with a superfluous word in it |
|---|
| 81 | Error: cannot open regex file de/4.0.regex |
|---|
| 82 | - before(:all) (FAILED - 14) |
|---|
| 83 | |
|---|
| 84 | LinkParser::Sentence parsed from a sentence that yields no linkages |
|---|
| 85 | Error: cannot open regex file de/4.0.regex |
|---|
| 86 | - before(:all) (FAILED - 15) |
|---|
| 87 | |
|---|
| 88 | LinkParser |
|---|
| 89 | - knows what version of the link-grammar library it was built against |
|---|
| 90 | |
|---|
| 91 | Pending: |
|---|
| 92 | |
|---|
| 93 | LinkParser::ParseOptions supports all the members mentioned in the documentation (some of them aren't implemented in the link-grammar library) |
|---|
| 94 | ./spec/linkparser/parseoptions_spec.rb:53 |
|---|
| 95 | |
|---|
| 96 | 1) |
|---|
| 97 | LinkParser::Error in 'bugfix for #3: The first linkage for "The cat runs." thinks cat is the subject' |
|---|
| 98 | Unknown error |
|---|
| 99 | ./spec/bugfixes_spec.rb:28:in `initialize' |
|---|
| 100 | ./spec/bugfixes_spec.rb:28:in `new' |
|---|
| 101 | ./spec/bugfixes_spec.rb:28: |
|---|
| 102 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `instance_eval' |
|---|
| 103 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 104 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `each' |
|---|
| 105 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 106 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_hierarchy.rb:17:in `run_before_each' |
|---|
| 107 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:103:in `run_before_each' |
|---|
| 108 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:124:in `before_each_example' |
|---|
| 109 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:39:in `execute' |
|---|
| 110 | /opt/local/lib/ruby/1.8/timeout.rb:53:in `timeout' |
|---|
| 111 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:37:in `execute' |
|---|
| 112 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:207:in `run_examples' |
|---|
| 113 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:205:in `each' |
|---|
| 114 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:205:in `run_examples' |
|---|
| 115 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:103:in `run' |
|---|
| 116 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:23:in `run' |
|---|
| 117 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `each' |
|---|
| 118 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `run' |
|---|
| 119 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:119:in `run_examples' |
|---|
| 120 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in `run' |
|---|
| 121 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4: |
|---|
| 122 | |
|---|
| 123 | 2) |
|---|
| 124 | LinkParser::Error in 'bugfix for #3: The first linkage for "The cat runs." thinks runs is the verb' |
|---|
| 125 | Unknown error |
|---|
| 126 | ./spec/bugfixes_spec.rb:28:in `initialize' |
|---|
| 127 | ./spec/bugfixes_spec.rb:28:in `new' |
|---|
| 128 | ./spec/bugfixes_spec.rb:28: |
|---|
| 129 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `instance_eval' |
|---|
| 130 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 131 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `each' |
|---|
| 132 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 133 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_hierarchy.rb:17:in `run_before_each' |
|---|
| 134 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:103:in `run_before_each' |
|---|
| 135 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:124:in `before_each_example' |
|---|
| 136 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:39:in `execute' |
|---|
| 137 | /opt/local/lib/ruby/1.8/timeout.rb:53:in `timeout' |
|---|
| 138 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:37:in `execute' |
|---|
| 139 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:207:in `run_examples' |
|---|
| 140 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:205:in `each' |
|---|
| 141 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:205:in `run_examples' |
|---|
| 142 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:103:in `run' |
|---|
| 143 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:23:in `run' |
|---|
| 144 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `each' |
|---|
| 145 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `run' |
|---|
| 146 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:119:in `run_examples' |
|---|
| 147 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in `run' |
|---|
| 148 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4: |
|---|
| 149 | |
|---|
| 150 | 3) |
|---|
| 151 | 'LinkParser::Dictionary can be instantiated using all default values' FAILED |
|---|
| 152 | expected no Exception, got #<LinkParser::Error: Unknown error> |
|---|
| 153 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/expectations/fail_with.rb:35:in `fail_with' |
|---|
| 154 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/expectations/handler.rb:44:in `handle_matcher' |
|---|
| 155 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/expectations/extensions/kernel.rb:50:in `should_not' |
|---|
| 156 | ./spec/linkparser/dictionary_spec.rb:26: |
|---|
| 157 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:40:in `instance_eval' |
|---|
| 158 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:40:in `execute' |
|---|
| 159 | /opt/local/lib/ruby/1.8/timeout.rb:53:in `timeout' |
|---|
| 160 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:37:in `execute' |
|---|
| 161 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:207:in `run_examples' |
|---|
| 162 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:205:in `each' |
|---|
| 163 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:205:in `run_examples' |
|---|
| 164 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:103:in `run' |
|---|
| 165 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:23:in `run' |
|---|
| 166 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `each' |
|---|
| 167 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `run' |
|---|
| 168 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:119:in `run_examples' |
|---|
| 169 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in `run' |
|---|
| 170 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4: |
|---|
| 171 | |
|---|
| 172 | 4) |
|---|
| 173 | LinkParser::Error in 'LinkParser::Dictionary can be instantiated with an options hash' |
|---|
| 174 | Unknown error |
|---|
| 175 | ./spec/linkparser/dictionary_spec.rb:30:in `initialize' |
|---|
| 176 | ./spec/linkparser/dictionary_spec.rb:30:in `new' |
|---|
| 177 | ./spec/linkparser/dictionary_spec.rb:30: |
|---|
| 178 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:40:in `instance_eval' |
|---|
| 179 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:40:in `execute' |
|---|
| 180 | /opt/local/lib/ruby/1.8/timeout.rb:53:in `timeout' |
|---|
| 181 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:37:in `execute' |
|---|
| 182 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:207:in `run_examples' |
|---|
| 183 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:205:in `each' |
|---|
| 184 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:205:in `run_examples' |
|---|
| 185 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:103:in `run' |
|---|
| 186 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:23:in `run' |
|---|
| 187 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `each' |
|---|
| 188 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `run' |
|---|
| 189 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:119:in `run_examples' |
|---|
| 190 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in `run' |
|---|
| 191 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4: |
|---|
| 192 | |
|---|
| 193 | 5) |
|---|
| 194 | LinkParser::Error in 'An instance of LinkParser::Dictionary knows what the total cost of its linkages are' |
|---|
| 195 | Unknown error |
|---|
| 196 | ./spec/linkparser/dictionary_spec.rb:66:in `initialize' |
|---|
| 197 | ./spec/linkparser/dictionary_spec.rb:66:in `new' |
|---|
| 198 | ./spec/linkparser/dictionary_spec.rb:66: |
|---|
| 199 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `instance_eval' |
|---|
| 200 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 201 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `each' |
|---|
| 202 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 203 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_hierarchy.rb:17:in `run_before_each' |
|---|
| 204 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:103:in `run_before_each' |
|---|
| 205 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:124:in `before_each_example' |
|---|
| 206 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:39:in `execute' |
|---|
| 207 | /opt/local/lib/ruby/1.8/timeout.rb:53:in `timeout' |
|---|
| 208 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:37:in `execute' |
|---|
| 209 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:207:in `run_examples' |
|---|
| 210 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:205:in `each' |
|---|
| 211 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:205:in `run_examples' |
|---|
| 212 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:103:in `run' |
|---|
| 213 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:23:in `run' |
|---|
| 214 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `each' |
|---|
| 215 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `run' |
|---|
| 216 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:119:in `run_examples' |
|---|
| 217 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in `run' |
|---|
| 218 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4: |
|---|
| 219 | |
|---|
| 220 | 6) |
|---|
| 221 | LinkParser::Error in 'An instance of LinkParser::Dictionary can parse a sentence' |
|---|
| 222 | Unknown error |
|---|
| 223 | ./spec/linkparser/dictionary_spec.rb:66:in `initialize' |
|---|
| 224 | ./spec/linkparser/dictionary_spec.rb:66:in `new' |
|---|
| 225 | ./spec/linkparser/dictionary_spec.rb:66: |
|---|
| 226 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `instance_eval' |
|---|
| 227 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 228 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `each' |
|---|
| 229 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 230 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_hierarchy.rb:17:in `run_before_each' |
|---|
| 231 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:103:in `run_before_each' |
|---|
| 232 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:124:in `before_each_example' |
|---|
| 233 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:39:in `execute' |
|---|
| 234 | /opt/local/lib/ruby/1.8/timeout.rb:53:in `timeout' |
|---|
| 235 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:37:in `execute' |
|---|
| 236 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:207:in `run_examples' |
|---|
| 237 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:205:in `each' |
|---|
| 238 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:205:in `run_examples' |
|---|
| 239 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:103:in `run' |
|---|
| 240 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:23:in `run' |
|---|
| 241 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `each' |
|---|
| 242 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `run' |
|---|
| 243 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:119:in `run_examples' |
|---|
| 244 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in `run' |
|---|
| 245 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4: |
|---|
| 246 | |
|---|
| 247 | 7) |
|---|
| 248 | LinkParser::Error in 'An instance of LinkParser::Dictionary passes on its options to the sentences it parses' |
|---|
| 249 | Unknown error |
|---|
| 250 | ./spec/linkparser/dictionary_spec.rb:66:in `initialize' |
|---|
| 251 | ./spec/linkparser/dictionary_spec.rb:66:in `new' |
|---|
| 252 | ./spec/linkparser/dictionary_spec.rb:66: |
|---|
| 253 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `instance_eval' |
|---|
| 254 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 255 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `each' |
|---|
| 256 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 257 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_hierarchy.rb:17:in `run_before_each' |
|---|
| 258 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:103:in `run_before_each' |
|---|
| 259 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:124:in `before_each_example' |
|---|
| 260 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:39:in `execute' |
|---|
| 261 | /opt/local/lib/ruby/1.8/timeout.rb:53:in `timeout' |
|---|
| 262 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:37:in `execute' |
|---|
| 263 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:207:in `run_examples' |
|---|
| 264 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:205:in `each' |
|---|
| 265 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:205:in `run_examples' |
|---|
| 266 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:103:in `run' |
|---|
| 267 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:23:in `run' |
|---|
| 268 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `each' |
|---|
| 269 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `run' |
|---|
| 270 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:119:in `run_examples' |
|---|
| 271 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in `run' |
|---|
| 272 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4: |
|---|
| 273 | |
|---|
| 274 | 8) |
|---|
| 275 | LinkParser::Error in 'LinkParser::Linkage before(:all)' |
|---|
| 276 | Unknown error |
|---|
| 277 | ./spec/linkparser/linkage_spec.rb:27:in `initialize' |
|---|
| 278 | ./spec/linkparser/linkage_spec.rb:27:in `new' |
|---|
| 279 | ./spec/linkparser/linkage_spec.rb:27: |
|---|
| 280 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `instance_eval' |
|---|
| 281 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 282 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `each' |
|---|
| 283 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 284 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_hierarchy.rb:13:in `run_before_all' |
|---|
| 285 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:192:in `run_before_all' |
|---|
| 286 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:102:in `run' |
|---|
| 287 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:23:in `run' |
|---|
| 288 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `each' |
|---|
| 289 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `run' |
|---|
| 290 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:119:in `run_examples' |
|---|
| 291 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in `run' |
|---|
| 292 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4: |
|---|
| 293 | |
|---|
| 294 | 9) |
|---|
| 295 | LinkParser::Error in 'LinkParser::Linkage from a simple sentence with a direct object before(:all)' |
|---|
| 296 | Unknown error |
|---|
| 297 | ./spec/linkparser/linkage_spec.rb:27:in `initialize' |
|---|
| 298 | ./spec/linkparser/linkage_spec.rb:27:in `new' |
|---|
| 299 | ./spec/linkparser/linkage_spec.rb:27: |
|---|
| 300 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `instance_eval' |
|---|
| 301 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 302 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `each' |
|---|
| 303 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 304 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_hierarchy.rb:13:in `run_before_all' |
|---|
| 305 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:192:in `run_before_all' |
|---|
| 306 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:102:in `run' |
|---|
| 307 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:23:in `run' |
|---|
| 308 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `each' |
|---|
| 309 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `run' |
|---|
| 310 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:119:in `run_examples' |
|---|
| 311 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in `run' |
|---|
| 312 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4: |
|---|
| 313 | |
|---|
| 314 | 10) |
|---|
| 315 | LinkParser::Error in 'LinkParser::Linkage from a sentence with a conjunction before(:all)' |
|---|
| 316 | Unknown error |
|---|
| 317 | ./spec/linkparser/linkage_spec.rb:27:in `initialize' |
|---|
| 318 | ./spec/linkparser/linkage_spec.rb:27:in `new' |
|---|
| 319 | ./spec/linkparser/linkage_spec.rb:27: |
|---|
| 320 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `instance_eval' |
|---|
| 321 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 322 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `each' |
|---|
| 323 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 324 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_hierarchy.rb:13:in `run_before_all' |
|---|
| 325 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:192:in `run_before_all' |
|---|
| 326 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:102:in `run' |
|---|
| 327 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:23:in `run' |
|---|
| 328 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `each' |
|---|
| 329 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `run' |
|---|
| 330 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:119:in `run_examples' |
|---|
| 331 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in `run' |
|---|
| 332 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4: |
|---|
| 333 | |
|---|
| 334 | 11) |
|---|
| 335 | LinkParser::Error in 'LinkParser::Linkage from an imperative sentence before(:all)' |
|---|
| 336 | Unknown error |
|---|
| 337 | ./spec/linkparser/linkage_spec.rb:27:in `initialize' |
|---|
| 338 | ./spec/linkparser/linkage_spec.rb:27:in `new' |
|---|
| 339 | ./spec/linkparser/linkage_spec.rb:27: |
|---|
| 340 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `instance_eval' |
|---|
| 341 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 342 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `each' |
|---|
| 343 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 344 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_hierarchy.rb:13:in `run_before_all' |
|---|
| 345 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:192:in `run_before_all' |
|---|
| 346 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:102:in `run' |
|---|
| 347 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:23:in `run' |
|---|
| 348 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `each' |
|---|
| 349 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `run' |
|---|
| 350 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:119:in `run_examples' |
|---|
| 351 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in `run' |
|---|
| 352 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4: |
|---|
| 353 | |
|---|
| 354 | 12) |
|---|
| 355 | LinkParser::Error in 'LinkParser::Linkage bugfixes before(:all)' |
|---|
| 356 | Unknown error |
|---|
| 357 | ./spec/linkparser/linkage_spec.rb:27:in `initialize' |
|---|
| 358 | ./spec/linkparser/linkage_spec.rb:27:in `new' |
|---|
| 359 | ./spec/linkparser/linkage_spec.rb:27: |
|---|
| 360 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `instance_eval' |
|---|
| 361 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 362 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `each' |
|---|
| 363 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 364 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_hierarchy.rb:13:in `run_before_all' |
|---|
| 365 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:192:in `run_before_all' |
|---|
| 366 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:102:in `run' |
|---|
| 367 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:23:in `run' |
|---|
| 368 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `each' |
|---|
| 369 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `run' |
|---|
| 370 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:119:in `run_examples' |
|---|
| 371 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in `run' |
|---|
| 372 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4: |
|---|
| 373 | |
|---|
| 374 | 13) |
|---|
| 375 | LinkParser::Error in 'LinkParser::Sentence before(:all)' |
|---|
| 376 | Unknown error |
|---|
| 377 | ./spec/linkparser/sentence_spec.rb:28:in `initialize' |
|---|
| 378 | ./spec/linkparser/sentence_spec.rb:28:in `new' |
|---|
| 379 | ./spec/linkparser/sentence_spec.rb:28: |
|---|
| 380 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `instance_eval' |
|---|
| 381 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 382 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `each' |
|---|
| 383 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 384 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_hierarchy.rb:13:in `run_before_all' |
|---|
| 385 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:192:in `run_before_all' |
|---|
| 386 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:102:in `run' |
|---|
| 387 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:23:in `run' |
|---|
| 388 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `each' |
|---|
| 389 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `run' |
|---|
| 390 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:119:in `run_examples' |
|---|
| 391 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in `run' |
|---|
| 392 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4: |
|---|
| 393 | |
|---|
| 394 | 14) |
|---|
| 395 | LinkParser::Error in 'LinkParser::Sentence parsed from a sentence with a superfluous word in it before(:all)' |
|---|
| 396 | Unknown error |
|---|
| 397 | ./spec/linkparser/sentence_spec.rb:28:in `initialize' |
|---|
| 398 | ./spec/linkparser/sentence_spec.rb:28:in `new' |
|---|
| 399 | ./spec/linkparser/sentence_spec.rb:28: |
|---|
| 400 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `instance_eval' |
|---|
| 401 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 402 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `each' |
|---|
| 403 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 404 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_hierarchy.rb:13:in `run_before_all' |
|---|
| 405 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:192:in `run_before_all' |
|---|
| 406 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:102:in `run' |
|---|
| 407 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:23:in `run' |
|---|
| 408 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `each' |
|---|
| 409 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `run' |
|---|
| 410 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:119:in `run_examples' |
|---|
| 411 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in `run' |
|---|
| 412 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4: |
|---|
| 413 | |
|---|
| 414 | 15) |
|---|
| 415 | LinkParser::Error in 'LinkParser::Sentence parsed from a sentence that yields no linkages before(:all)' |
|---|
| 416 | Unknown error |
|---|
| 417 | ./spec/linkparser/sentence_spec.rb:28:in `initialize' |
|---|
| 418 | ./spec/linkparser/sentence_spec.rb:28:in `new' |
|---|
| 419 | ./spec/linkparser/sentence_spec.rb:28: |
|---|
| 420 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `instance_eval' |
|---|
| 421 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 422 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `each' |
|---|
| 423 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_methods.rb:70:in `eval_each_fail_fast' |
|---|
| 424 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_hierarchy.rb:13:in `run_before_all' |
|---|
| 425 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:192:in `run_before_all' |
|---|
| 426 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/example/example_group_methods.rb:102:in `run' |
|---|
| 427 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:23:in `run' |
|---|
| 428 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `each' |
|---|
| 429 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/example_group_runner.rb:22:in `run' |
|---|
| 430 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/options.rb:119:in `run_examples' |
|---|
| 431 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib/spec/runner/command_line.rb:9:in `run' |
|---|
| 432 | /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec:4: |
|---|
| 433 | |
|---|
| 434 | Finished in 0,988469 seconds |
|---|
| 435 | |
|---|
| 436 | 20 examples, 15 failures, 1 pending |
|---|
| 437 | rake aborted! |
|---|
| 438 | Command /opt/local/bin/ruby -I"/opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/lib" "/opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec" "spec/bugfixes_spec.rb" "spec/linkparser/dictionary_spec.rb" "spec/linkparser/linkage_spec.rb" "spec/linkparser/parseoptions_spec.rb" "spec/linkparser/sentence_spec.rb" "spec/linkparser_spec.rb" -Du -b -f s -c failed |
|---|
| 439 | |
|---|
| 440 | (See full trace by running task with --trace) |
|---|