diff --git a/spec/rspec/core/formatters/html_formatted-1.8.6.html b/spec/rspec/core/formatters/html_formatted-1.8.6.html index fc03e2b0ba..e6b9ea6976 100644 --- a/spec/rspec/core/formatters/html_formatted-1.8.6.html +++ b/spec/rspec/core/formatters/html_formatted-1.8.6.html @@ -184,7 +184,7 @@

RSpec Code Examples

pending spec with no implementation
- +
is pending (PENDING: Not Yet Implemented)
@@ -198,7 +198,7 @@

RSpec Code Examples

with content that would fail
- +
is pending (PENDING: No reason given)
@@ -207,27 +207,23 @@

RSpec Code Examples

with content that would pass
- +
fails
RSpec::Core::PendingExampleFixedError
-
./spec/rspec/core/resources/formatter_specs.rb:19
-./spec/rspec/core/formatters/html_formatter_spec.rb:23
-./spec/rspec/core/formatters/html_formatter_spec.rb:43
-./spec/rspec/core/formatters/html_formatter_spec.rb:43:in `open'
-./spec/rspec/core/formatters/html_formatter_spec.rb:43
-./spec/rspec/core/formatters/html_formatter_spec.rb:42:in `chdir'
-./spec/rspec/core/formatters/html_formatter_spec.rb:42
-./spec/spec_helper.rb:70:in `__instance_exec0'
-./spec/spec_helper.rb:46:in `instance_eval'
-./spec/spec_helper.rb:46:in `sandboxed'
-./spec/spec_helper.rb:70:in `__instance_exec0'
-
11          rescue Exception => e
-12          end
-13          raise RSpec::Core::PendingExampleFixedError.new if result
-14        end
-15        throw :pending_declared_in_example, message
+
./spec/rspec/core/resources/formatter_specs.rb:18
+./spec/rspec/core/formatters/html_formatter_spec.rb:24
+./spec/rspec/core/formatters/html_formatter_spec.rb:46
+./spec/rspec/core/formatters/html_formatter_spec.rb:46:in `open'
+./spec/rspec/core/formatters/html_formatter_spec.rb:46
+./spec/rspec/core/formatters/html_formatter_spec.rb:45:in `chdir'
+./spec/rspec/core/formatters/html_formatter_spec.rb:45
+
20          rescue Exception => e
+21          end
+22          raise RSpec::Core::PendingExampleFixedError.new if result
+23        end
+24        throw :pending_declared_in_example, message
@@ -235,7 +231,7 @@

RSpec Code Examples

passing spec
- +
passes
@@ -243,7 +239,7 @@

RSpec Code Examples

failing spec
- +
fails
@@ -253,17 +249,13 @@

RSpec Code Examples

(compared using ==)
-
./spec/rspec/core/resources/formatter_specs.rb:34
-./spec/rspec/core/formatters/html_formatter_spec.rb:23
-./spec/rspec/core/formatters/html_formatter_spec.rb:43
-./spec/rspec/core/formatters/html_formatter_spec.rb:43:in `open'
-./spec/rspec/core/formatters/html_formatter_spec.rb:43
-./spec/rspec/core/formatters/html_formatter_spec.rb:42:in `chdir'
-./spec/rspec/core/formatters/html_formatter_spec.rb:42
-./spec/spec_helper.rb:70:in `__instance_exec0'
-./spec/spec_helper.rb:46:in `instance_eval'
-./spec/spec_helper.rb:46:in `sandboxed'
-./spec/spec_helper.rb:70:in `__instance_exec0'
+
./spec/rspec/core/resources/formatter_specs.rb:33
+./spec/rspec/core/formatters/html_formatter_spec.rb:24
+./spec/rspec/core/formatters/html_formatter_spec.rb:46
+./spec/rspec/core/formatters/html_formatter_spec.rb:46:in `open'
+./spec/rspec/core/formatters/html_formatter_spec.rb:46
+./spec/rspec/core/formatters/html_formatter_spec.rb:45:in `chdir'
+./spec/rspec/core/formatters/html_formatter_spec.rb:45
27        end
 28
 29        raise(RSpec::Expectations::ExpectationNotMetError.new(message))
@@ -272,8 +264,32 @@ 

RSpec Code Examples

+
+
+
a failing spec with odd backtraces
+ + +
+ fails with a backtrace that has no file +
+
foo
+
(erb):1
+
-1# Couldn't get snippet for (erb)
+
+
+ +
+ fails with a backtrace containing an erb file +
+
Exception
+
/foo.html.erb:1:in `
': foo (RuntimeError)
+
-1# Couldn't get snippet for /foo.html.erb
+
+
+
+
- + diff --git a/spec/rspec/core/formatters/html_formatted-1.8.7.html b/spec/rspec/core/formatters/html_formatted-1.8.7.html index 18f2032e78..e6b9ea6976 100644 --- a/spec/rspec/core/formatters/html_formatted-1.8.7.html +++ b/spec/rspec/core/formatters/html_formatted-1.8.7.html @@ -219,11 +219,11 @@

RSpec Code Examples

./spec/rspec/core/formatters/html_formatter_spec.rb:46 ./spec/rspec/core/formatters/html_formatter_spec.rb:45:in `chdir' ./spec/rspec/core/formatters/html_formatter_spec.rb:45 -
11          rescue Exception => e
-12          end
-13          raise RSpec::Core::PendingExampleFixedError.new if result
-14        end
-15        throw :pending_declared_in_example, message
+
20          rescue Exception => e
+21          end
+22          raise RSpec::Core::PendingExampleFixedError.new if result
+23        end
+24        throw :pending_declared_in_example, message
diff --git a/spec/rspec/core/formatters/html_formatted-1.9.1.html b/spec/rspec/core/formatters/html_formatted-1.9.1.html index 20fb628ec4..cf6103fb91 100644 --- a/spec/rspec/core/formatters/html_formatted-1.9.1.html +++ b/spec/rspec/core/formatters/html_formatted-1.9.1.html @@ -184,7 +184,7 @@

RSpec Code Examples

pending spec with no implementation
- +
is pending (PENDING: Not Yet Implemented)
@@ -198,7 +198,7 @@

RSpec Code Examples

with content that would fail
- +
is pending (PENDING: No reason given)
@@ -207,29 +207,23 @@

RSpec Code Examples

with content that would pass
- +
fails
RSpec::Core::PendingExampleFixedError
-
./spec/rspec/core/resources/formatter_specs.rb:19:in `block (3 levels) in '
-./spec/spec_helper.rb:31:in `run'
-./spec/spec_helper.rb:31:in `run'
+        
./spec/rspec/core/resources/formatter_specs.rb:18:in `block (3 levels) in '
 ./spec/rspec/core/formatters/html_formatter_spec.rb:24:in `block (2 levels) in '
 ./spec/rspec/core/formatters/html_formatter_spec.rb:46:in `block (5 levels) in '
 ./spec/rspec/core/formatters/html_formatter_spec.rb:46:in `open'
 ./spec/rspec/core/formatters/html_formatter_spec.rb:46:in `block (4 levels) in '
 ./spec/rspec/core/formatters/html_formatter_spec.rb:45:in `chdir'
-./spec/rspec/core/formatters/html_formatter_spec.rb:45:in `block (3 levels) in '
-./spec/spec_helper.rb:82:in `block (3 levels) in '
-./spec/spec_helper.rb:54:in `instance_eval'
-./spec/spec_helper.rb:54:in `sandboxed'
-./spec/spec_helper.rb:82:in `block (2 levels) in '
-
11          rescue Exception => e
-12          end
-13          raise RSpec::Core::PendingExampleFixedError.new if result
-14        end
-15        throw :pending_declared_in_example, message
+./spec/rspec/core/formatters/html_formatter_spec.rb:45:in `block (3 levels) in '
+
20          rescue Exception => e
+21          end
+22          raise RSpec::Core::PendingExampleFixedError.new if result
+23        end
+24        throw :pending_declared_in_example, message
@@ -237,7 +231,7 @@

RSpec Code Examples

passing spec
- +
passes
@@ -245,7 +239,7 @@

RSpec Code Examples

failing spec
- +
fails
@@ -255,18 +249,13 @@

RSpec Code Examples

(compared using ==)
-
./spec/rspec/core/resources/formatter_specs.rb:34:in `block (2 levels) in '
-./spec/spec_helper.rb:31:in `run'
+        
./spec/rspec/core/resources/formatter_specs.rb:33:in `block (2 levels) in '
 ./spec/rspec/core/formatters/html_formatter_spec.rb:24:in `block (2 levels) in '
 ./spec/rspec/core/formatters/html_formatter_spec.rb:46:in `block (5 levels) in '
 ./spec/rspec/core/formatters/html_formatter_spec.rb:46:in `open'
 ./spec/rspec/core/formatters/html_formatter_spec.rb:46:in `block (4 levels) in '
 ./spec/rspec/core/formatters/html_formatter_spec.rb:45:in `chdir'
-./spec/rspec/core/formatters/html_formatter_spec.rb:45:in `block (3 levels) in '
-./spec/spec_helper.rb:82:in `block (3 levels) in '
-./spec/spec_helper.rb:54:in `instance_eval'
-./spec/spec_helper.rb:54:in `sandboxed'
-./spec/spec_helper.rb:82:in `block (2 levels) in '
+./spec/rspec/core/formatters/html_formatter_spec.rb:45:in `block (3 levels) in '
27        end
 28
 29        raise(RSpec::Expectations::ExpectationNotMetError.new(message))
@@ -275,8 +264,39 @@ 

RSpec Code Examples

+
+
+
a failing spec with odd backtraces
+ + +
+ fails with a backtrace that has no file +
+
foo
+
(erb):1:in `
' +./spec/rspec/core/resources/formatter_specs.rb:41:in `block (2 levels) in ' +./spec/rspec/core/formatters/html_formatter_spec.rb:24:in `block (2 levels) in ' +./spec/rspec/core/formatters/html_formatter_spec.rb:46:in `block (5 levels) in ' +./spec/rspec/core/formatters/html_formatter_spec.rb:46:in `open' +./spec/rspec/core/formatters/html_formatter_spec.rb:46:in `block (4 levels) in ' +./spec/rspec/core/formatters/html_formatter_spec.rb:45:in `chdir' +./spec/rspec/core/formatters/html_formatter_spec.rb:45:in `block (3 levels) in '
+
-1# Couldn't get snippet for (erb)
+
+
+ +
+ fails with a backtrace containing an erb file +
+
Exception
+
/foo.html.erb:1:in `
': foo (RuntimeError)
+
-1# Couldn't get snippet for /foo.html.erb
+
+
+
+
- + diff --git a/spec/rspec/core/formatters/html_formatted-1.9.2.html b/spec/rspec/core/formatters/html_formatted-1.9.2.html index 016682ff39..cf6103fb91 100644 --- a/spec/rspec/core/formatters/html_formatted-1.9.2.html +++ b/spec/rspec/core/formatters/html_formatted-1.9.2.html @@ -219,11 +219,11 @@

RSpec Code Examples

./spec/rspec/core/formatters/html_formatter_spec.rb:46:in `block (4 levels) in ' ./spec/rspec/core/formatters/html_formatter_spec.rb:45:in `chdir' ./spec/rspec/core/formatters/html_formatter_spec.rb:45:in `block (3 levels) in ' -
11          rescue Exception => e
-12          end
-13          raise RSpec::Core::PendingExampleFixedError.new if result
-14        end
-15        throw :pending_declared_in_example, message
+
20          rescue Exception => e
+21          end
+22          raise RSpec::Core::PendingExampleFixedError.new if result
+23        end
+24        throw :pending_declared_in_example, message
diff --git a/spec/rspec/core/formatters/text_mate_formatted-1.8.6.html b/spec/rspec/core/formatters/text_mate_formatted-1.8.6.html index 2267ce4223..fccf1a5427 100644 --- a/spec/rspec/core/formatters/text_mate_formatted-1.8.6.html +++ b/spec/rspec/core/formatters/text_mate_formatted-1.8.6.html @@ -184,7 +184,7 @@

RSpec Code Examples

pending spec with no implementation
- +
is pending (PENDING: Not Yet Implemented)
@@ -198,7 +198,7 @@

RSpec Code Examples

with content that would fail
- +
is pending (PENDING: No reason given)
@@ -207,27 +207,23 @@

RSpec Code Examples

with content that would pass
- +
fails
@@ -235,7 +231,7 @@

RSpec Code Examples

passing spec
- +
passes
@@ -243,7 +239,7 @@

RSpec Code Examples

failing spec
- +
fails
@@ -253,17 +249,13 @@

RSpec Code Examples

(compared using ==)
- +
27        end
 28
 29        raise(RSpec::Expectations::ExpectationNotMetError.new(message))
@@ -272,8 +264,32 @@ 

RSpec Code Examples

+
+
+
a failing spec with odd backtraces
+ + +
+ fails with a backtrace that has no file +
+
foo
+
(erb):1
+
-1# Couldn't get snippet for (erb)
+
+
+ +
+ fails with a backtrace containing an erb file +
+
Exception
+
/foo.html.erb:1 :in `
': foo (RuntimeError)
+
-1# Couldn't get snippet for /foo.html.erb
+
+
+
+
- + diff --git a/spec/rspec/core/formatters/text_mate_formatted-1.8.7.html b/spec/rspec/core/formatters/text_mate_formatted-1.8.7.html index d0322bfa79..fccf1a5427 100644 --- a/spec/rspec/core/formatters/text_mate_formatted-1.8.7.html +++ b/spec/rspec/core/formatters/text_mate_formatted-1.8.7.html @@ -212,18 +212,18 @@

RSpec Code Examples

fails @@ -249,13 +249,13 @@

RSpec Code Examples

(compared using ==) - +
27        end
 28
 29        raise(RSpec::Expectations::ExpectationNotMetError.new(message))
diff --git a/spec/rspec/core/formatters/text_mate_formatted-1.9.1.html b/spec/rspec/core/formatters/text_mate_formatted-1.9.1.html
index 385ca5b408..66c74841d2 100644
--- a/spec/rspec/core/formatters/text_mate_formatted-1.9.1.html
+++ b/spec/rspec/core/formatters/text_mate_formatted-1.9.1.html
@@ -184,7 +184,7 @@ 

RSpec Code Examples

pending spec with no implementation
- +
is pending (PENDING: Not Yet Implemented)
@@ -198,7 +198,7 @@

RSpec Code Examples

with content that would fail
- +
is pending (PENDING: No reason given)
@@ -207,27 +207,23 @@

RSpec Code Examples

with content that would pass
- +
fails
RSpec::Core::PendingExampleFixedError
-
/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/rspec/core/resources/formatter_specs.rb:19:in `block (3 levels) in '
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/rspec/core/formatters/text_mate_formatter_spec.rb:23:in `block (2 levels) in '
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/rspec/core/formatters/text_mate_formatter_spec.rb:45:in `block (5 levels) in '
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/rspec/core/formatters/text_mate_formatter_spec.rb:45:in `open'
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/rspec/core/formatters/text_mate_formatter_spec.rb:45:in `block (4 levels) in '
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/rspec/core/formatters/text_mate_formatter_spec.rb:44:in `chdir'
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/rspec/core/formatters/text_mate_formatter_spec.rb:44:in `block (3 levels) in '
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/spec_helper.rb:70:in `block (3 levels) in '
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/spec_helper.rb:44:in `instance_eval'
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/spec_helper.rb:44:in `sandboxed'
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/spec_helper.rb:70:in `block (2 levels) in '
-
11          rescue Exception => e
-12          end
-13          raise RSpec::Core::PendingExampleFixedError.new if result
-14        end
-15        throw :pending_declared_in_example, message
+ +
20          rescue Exception => e
+21          end
+22          raise RSpec::Core::PendingExampleFixedError.new if result
+23        end
+24        throw :pending_declared_in_example, message
@@ -235,7 +231,7 @@

RSpec Code Examples

passing spec
- +
passes
@@ -243,7 +239,7 @@

RSpec Code Examples

failing spec
- +
fails
@@ -253,17 +249,13 @@

RSpec Code Examples

(compared using ==)
-
/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/rspec/core/resources/formatter_specs.rb:34:in `block (2 levels) in '
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/rspec/core/formatters/text_mate_formatter_spec.rb:23:in `block (2 levels) in '
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/rspec/core/formatters/text_mate_formatter_spec.rb:45:in `block (5 levels) in '
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/rspec/core/formatters/text_mate_formatter_spec.rb:45:in `open'
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/rspec/core/formatters/text_mate_formatter_spec.rb:45:in `block (4 levels) in '
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/rspec/core/formatters/text_mate_formatter_spec.rb:44:in `chdir'
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/rspec/core/formatters/text_mate_formatter_spec.rb:44:in `block (3 levels) in '
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/spec_helper.rb:70:in `block (3 levels) in '
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/spec_helper.rb:44:in `instance_eval'
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/spec_helper.rb:44:in `sandboxed'
-/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-core/spec/spec_helper.rb:70:in `block (2 levels) in '
+
27        end
 28
 29        raise(RSpec::Expectations::ExpectationNotMetError.new(message))
@@ -272,8 +264,39 @@ 

RSpec Code Examples

+
+
+
a failing spec with odd backtraces
+ + +
+ fails with a backtrace that has no file + +
+ +
+ fails with a backtrace containing an erb file +
+
Exception
+
/foo.html.erb:1 :in `
': foo (RuntimeError)
+
-1# Couldn't get snippet for /foo.html.erb
+
+
+
+
- + diff --git a/spec/rspec/core/formatters/text_mate_formatted-1.9.2.html b/spec/rspec/core/formatters/text_mate_formatted-1.9.2.html index d9696d3f49..66c74841d2 100644 --- a/spec/rspec/core/formatters/text_mate_formatted-1.9.2.html +++ b/spec/rspec/core/formatters/text_mate_formatted-1.9.2.html @@ -212,22 +212,18 @@

RSpec Code Examples

fails
RSpec::Core::PendingExampleFixedError
- -
11          rescue Exception => e
-12          end
-13          raise RSpec::Core::PendingExampleFixedError.new if result
-14        end
-15        throw :pending_declared_in_example, message
+ +
20          rescue Exception => e
+21          end
+22          raise RSpec::Core::PendingExampleFixedError.new if result
+23        end
+24        throw :pending_declared_in_example, message
@@ -253,17 +249,13 @@

RSpec Code Examples

(compared using ==)
- +
27        end
 28
 29        raise(RSpec::Expectations::ExpectationNotMetError.new(message))
@@ -282,17 +274,13 @@ 

RSpec Code Examples

-1# Couldn't get snippet for (erb)