Skip to content

Commit

Permalink
Fixed RSpec.configure error and added better Poltergeist support
Browse files Browse the repository at this point in the history
  • Loading branch information
lorint committed Oct 3, 2016
1 parent 5fd9280 commit a8bc2a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ syntax:
```ruby
@poltergeist
Scenario: Viewing the home page
Given I am logged on as a "Travel Agent"
When p_I go to the home page
Then p_I should see a list of countries
```
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/tsuite/install_generator.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'rails/generators'
module Tsuite
class InstallGenerator < Rails::Generators::Base
desc "Add the rspec \"spec\" and cucumber \"features\" folders"
desc "Add the rspec \"spec\" and cucumber \"features\" folders, plus support for @poltergeist"

def self.source_root
@source_root ||= File.join(File.dirname(__FILE__), 'templates')
Expand Down

0 comments on commit a8bc2a8

Please sign in to comment.