Sha256: 5c9a726e79242876cc8dac7eb73bfdec7499b63adadb6f01546b4ef80598a4a6
Contents?: true
Size: 580 Bytes
Versions: 3
Compression:
Stored size: 580 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <title>RSpec results</title> <meta charset="utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <base href="<%= BASE_HREF %>"> <link rel="stylesheet" href="css/textmate-rspec.css"> </head> <body> <div id="error"> <h1>Internal Error</h1> <p>Sorry, there was a problem running RSpec.</p> <div class="error-details"> <%= message.split($/).map {|line| h line }.join('<br>') %> </div> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems