Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca510ec

Browse files
committedMay 20, 2015
[snapshot]
1 parent 2c0e0c3 commit ca510ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎spec/integration/in_browser_specs_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'spec_helper'
22

33
feature 'In-browser specs runner' do
4-
scenario 'runs all specs' do
4+
scenario 'runs all specs', :js do
55
visit '/opal_spec'
66
puts page.body
77
page.should have_content('example_spec ')
@@ -10,7 +10,7 @@
1010
page.should have_content('3 examples, 0 failures')
1111
end
1212

13-
scenario "runs single spec file" do
13+
scenario "runs single spec file", :js do
1414
visit '/opal_spec'
1515
click_link 'subdirectory/other_spec'
1616
puts page.body

0 commit comments

Comments
 (0)
Please sign in to comment.