-
Notifications
You must be signed in to change notification settings - Fork 0
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
course edit page based on wireframe #9
Conversation
@@ -86,11 +86,11 @@ guard 'zeus' do | |||
# Ruby apps | |||
ruby = OpenStruct.new | |||
ruby.lib_files = /^(lib\/.+)\.rb$/ | |||
|
|||
=begin |
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.
would it be better to let guard-zeus do this or guard-rspec ?
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.
https://github.com/guard/guard-zeus says to just set :rspec => false # Don't use RSpec
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.
* note see issues linked to in Guardfile
course edit page based on wireframe
No description provided.