Sathya Sekaran

Results 10 issues of Sathya Sekaran

One thing I've noticed is that some specs don't pass anymore (some issue with ports). I haven't tried to ameliorate that issue. However, I have added a few passing specs...

``` def links_in_email(email) URI.extract(email.default_part_body.to_s, ['http', 'https']) end ``` URI.extract will return the img url in the following text: ``` click here ``` Therefore, the "click first link in email" cucumber...

I'm sure there are a lot of people, myself included, excited to use Rejoiner, but are rusty with their Java tooling knowledge. Would love to see a very easy copy/paste...

To whom it may concern, In the documentation, the `CollectionScreen` _should_ call the `on_load` method once `viewDidLoad` gets called. Via manual testing, I found this doesn't happen. I also believe...

Using this gem without any dimensions would work, but as our project used dimensions, it broke pretty badly when we switched from Rails 2.3.x to Rails 3.2.13. Fixed Rails bug...

fakeweb 1.3.0 cucumber-rails 0.3.2 capybara 0.4.1.1 When I allow Bundler to require the fakeweb gem, any of the @javascript cukes will hang at certain (seemingly random) steps. Some steps just...

Simple Gemfile update for Nokogiri gem. All tests pass.

I noticed that you merged a commit including VAST 3.0 support. I think people coming to your project page would be interested to know you support the more current standard.

The title says it all. :) This is so when we install via homebrew, we can symlink the script to the binary path and simply run `nodekit` to start up...

Super simple. Comes with a passing spec.