Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gy4443
chemotion_eln_server
Commits
47513211
Commit
47513211
authored
Aug 04, 2016
by
PiTrem
Browse files
add badges
skip rspec w selenium ff version issue add .simplecov
parent
c65cbdd7
Changes
3
Hide whitespace changes
Inline
Side-by-side
.simplecov
0 → 100644
View file @
47513211
require 'simplecov'
require 'coveralls'
SimpleCov.formatter = Coveralls::SimpleCov::Formatter
SimpleCov.start do
add_filter 'spec'
end
README.md
View file @
47513211
...
@@ -33,6 +33,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
...
@@ -33,6 +33,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
see
[
INSTALL.md
][
INSTALL
]
see
[
INSTALL.md
][
INSTALL
]
## Code Status
[

](https://travis-ci.org/ComPlat/chemotion_ELN)
[

](https://coveralls.io/github/ComPlat/chemotion_ELN)
##
##
...
...
spec/features/pages_spec.rb
View file @
47513211
...
@@ -3,6 +3,8 @@ require 'rails_helper'
...
@@ -3,6 +3,8 @@ require 'rails_helper'
feature
'Pages'
do
feature
'Pages'
do
let
(
:john
)
{
create
(
:person
)
}
let
(
:john
)
{
create
(
:person
)
}
##FIXME Selenium::WebDriver::Error::WebDriverError: unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055)
before
{
skip
}
background
do
background
do
sign_in
(
john
)
sign_in
(
john
)
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment