-
Hi There,
Great little improvement to rpsec.
My issue is that the `its` specs/examples are being ignored by rspec and are not being run. They aren't failing so it's actually deceiving - you might i…
-
seen on
http://piwik.org/blog/
The lines
```
```
are ignored by wpscan, because they contain relative URLs without the domain. I tried changing the first regex of the passive detection regex to a…
-
I've set everything up (removed ActiveRecord, created nobrainer.rb initializer, unsubclassed models and included NoBrainer::Document).
During `rake nobrainer:setup`, I get this error:
```
rake aborte…
-
In 0.12.0, when a spec failed we'd see info like this:
> Failures:
>
> 1) MyClass#context it statement
> Failure/Error:
> expected: foo
> got: bar (using ==)
> # ./path…
-
When running kitchen-verify I get the following:
```
Running serverspec test suite
/opt/chef/embedded/bin/ruby -I/tmp/busser/suites/serverspec -I/tmp/busser/gems/gems/rspec-support-3.1.1/lib:/…
-
Hi,
The last version of Guard is working fine for me, but I get some warnings.
```
guard
Please add rb-readline for proper Readline support.
Guard uses GNTP to send notifications.
Guard is now watch…
-
## in my gemfile
```
gem 'rails', '~> 4.1.0'
group :test, :development do
# in development mode as we want "rails g" to generate rpsec tests
# and factory-girl factories
gem 'rspec-rai…
-
10.9.2
rails -v
4.0.4
rpsec -v
3.0.0beta2
when i run rpsec spec/ it shows this
No examples found.
Finished in 0.00012 seconds
0 examples, 0 failures
Randomized with seed 24430
-
This test case fails:
```
it "should allow long strings in subtables when parent is width-constrained" do
pdf = Prawn::Document.new
child_1 = pdf.make_table([['foo'*100]])
child…
-
#