-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename CypressDev to CypressOnRails #19
Conversation
@justin808 can you enable travis-ci for the project please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great :)
@@ -202,7 +202,7 @@ add the following file to cypress | |||
|
|||
```js | |||
// test/cypress/support/on-rails.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should the file itself be called cypress-on-rails
?
cypress-on-rails.gemspec
Outdated
s.author = ["miceportal team", 'Grant Petersen-Speelman'] | ||
s.email = ["[email protected]", '[email protected]'] | ||
s.homepage = "http://github.com/grantspeelman/cypress-on-rails" | ||
s.summary = "Integrates cypress with rails or rack applications" | ||
s.description = "Integrates cypress with rails or rack applications" | ||
s.post_install_message = 'The CypressDev constant is being deprecated and will be completely removed and replaced with CypressOnRails' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
Tested the branch on our CI with only updating the gem and it works without any additional changes. |
as mentioned in #17 and #11