-
Hi ,
I have recently started using ruby and rspec. I am facing some issue in executing different spec files in desired order. rather executing tests in specified order, tests execution is in alphabe…
-
Hi ,
I am recently started using ruby and rspec. I am facing some issue in executing different spec files with rspec in desired order. tests are executing is in alphabetical order . But I would like…
-
## Problem
I have an rspec feature test that is using `capybara/poltergeist` with `:js => true` and is doing something really simple:
```
visit homepage_path
click_on "Get Started"
page.should hav…
-
I get this error when I run the unit tests by issuing the following command
```
bin/logstash rpsec test/test-log-1.rb
```
```
LoadError: no such file to load -- test_utils
require at org/j…
-
With the current master branch, the `rspec` command is failing:
```
root@firefart:~/hacking/metasploit-framework# rspec
/usr/local/rvm/gems/ruby-1.9.3-p551@metasploit-framework/gems/railties-3.2.21/l…
-
When I run r on a project, without zeus running, it does append the --no-color to the command (bundle exec rpsec --no-color..), so the output isn't messed up with ansi color codes.
But that switch is…
-
I'm trying to execute tests based on RSpec tags. I have one file with the tag `:test => true`
Here's the RSpec runner.
```
🔥 11:11 AM {parallel} ~/sportngin/selenium-tests$ rspec -t test
.
Finish…
-
Trying to perform a get or a post Inside a `before(:all)` context:
``` ruby
context 'valid request' do
before(:all) do
get 'test'
end
it { expect(response).to be_ok }
it { expect(response…
-
I’ll be at the NYC office from April the 14th, we should definitely discuss:
- [x] The networking abstractions in Eigen: https://github.com/artsy/eigen/pull/277#issuecomment-83203488
- [ ] Get our cer…
alloy updated
9 years ago
-
I'm running a Rails 4.1.6 app on Heroku, developing locally on OSX Yosemite, and I found an issue that might be a regression:
Upon updating my app to use v0.1.0 from v0.0.4, my test suite started han…