Skip to content

Commit a28f81f

Browse files
committed
begin of implementation of test for Conduct Experiment
1 parent 85230dd commit a28f81f

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
require 'rails_helper'
22

33
RSpec.feature "conduct experiment", type: :feature do
4-
pending "add some scenarios (or delete) #{__FILE__}"
4+
5+
scenario "with static text" do
6+
7+
end
8+
9+
scenario "with scene" do
10+
11+
12+
end
13+
14+
scenario "with scene test" do
15+
16+
17+
end
18+
519
end

0 commit comments

Comments
 (0)