Digitig
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
-
Created Problem report form will not accept Windows OS
AnsweredIf I try to report a problem using the support web form, the form will not accept Windows as the operating system. Although Windows is available in the drop down list, if I select it the form submi... -
Created I can't get module dependencies to persist
I have a Scala program that is dependent on scala.xml, so I have to add a module dependency, which I'm doing via Ctrl-Alt-Shift-S and adding the relevant module. Everything works fine, but if I clo... -
Created Unable to generate Scaladoc
I have a Scala project that builds just fine. When I run Tools | Generate Scaladoc I get the following error, none of the elements of which appear to relate to my code. How do I fix this? Exception... -
Edited Cucumber unresolved steps not highlighted
AnsweredI have created a Maven project with Cucumber support following the instructions here. But when I create a feature file, unresolved steps are not highlighted, so when I try to create step definition... -
Created What libraries do I need to add to get cucumber support?
AnsweredI'm trying to set up a basic project using Cucumber support in Intellij IDEA (NOT using Maven). I've added cucumber-core-1.2.5 and cucumber-java-1.2.5. That gives me the error that it can't find gh... -
Created Unable to run Cucumber feature
AnsweredI've just installed the community edition of IntelliJ and the Cucumber integration. When I try to run a feature, I get the error below. How do I fix this? I have cucumber-core 2.0.1 and gherkin 4.1... -
Created git | add failing because file in .gitignore
When I try to invoke git | add from within RubyMine I am getting an errorThe following problems have occurred when adding the files:The following paths are ignored by one of your .gitignore files:c... -
Created Pathspec error on git commit
When I try to commit changes to my project using the built-in RubyMine git | add and git | commit options I keep getting fatal errors like:Error:error: pathspec 'features/authentication/administrat... -
Created Exception running Cucumber from RubyMine, not when running from console
When I run cucumber tests with the runner options '--color -r features -p wip', I get the following error:undefined local variable or method `runtime' for #<Teamcity::Cucumber::Formatter:0x4e353d0>...