We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac028d5 commit aece286Copy full SHA for aece286
.rspec
@@ -1,2 +1,2 @@
1
---color
2
--require ./spec/spec_helper.rb
+--color
.travis.yml
@@ -59,7 +59,7 @@ script:
59
# Test ruby gem
60
- gem install gem-path --no-ri --no-rdoc
61
- cd $HOME/gems/symengine-0.1.0/
62
- - bundle exec rspec
+ - bundle exec rspec --require ./spec/spec_helper.rb
63
64
notifications:
65
email: false
0 commit comments