study_engine 0.0.2 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a814703c6b22e5256caaa924bb26f41939597c88
4
- data.tar.gz: b1cf95a28f953d46934393a4749c15b514154d92
3
+ metadata.gz: 60c8cb704b11f8cf00a27b65928132223644bd33
4
+ data.tar.gz: 1558447fc0adef3cd8f306355a034ec21d5063c2
5
5
  SHA512:
6
- metadata.gz: ba765d737471789999ec261765a3a664e2d9e5326c5b57a8cddebff355348e7cb70d70d0b6bbaec9736d35bf9dd28eac87edeee5885faf84400fa4f22ba920a1
7
- data.tar.gz: 8c13ccf968abdaea10ff61bee6c66c0e546ad82b49c94faa1db6cf67ddfe1ec482f08e0fb75de51e841ae911364429eedada33b62faa6b917260e4031cdba88a
6
+ metadata.gz: fae7c9621c554ed786b689af0da8c09c836329bb9dbf6347f279a0218a9e7b9d0f5a65583c273ba45cb9c474607904017d59088230cea774ec9ca8ac77d2e1e3
7
+ data.tar.gz: 1cfee1e3a424de8f5a764ee34348e20bc6ac4029e4422549f23794a6ca6dbc514ebb46f1d058ae43b2b0070765cfeb7ff7bb7beea38e9b965674a4a7fd67f815
@@ -1,4 +1,4 @@
1
- Given "the assessment timeout interval is set to $count seconds" do |count|
1
+ Given /^the assessment timeout interval is set to (\d+) seconds$/ do |count|
2
2
  @original_assessment_timeout_interval = StudyEngine::Assessment.timeout_interval
3
3
  StudyEngine::Assessment.timeout_interval = count.to_i
4
4
  end
@@ -79,7 +79,7 @@ Then "I should see that notes are present" do
79
79
  find("label.note.-saved")
80
80
  end
81
81
 
82
- Then 'I should download a csv named "$filename" with the following contents:' do |filename, table|
82
+ Then /^I should download a csv named "(.+?)" with the following contents:$/ do |filename, table|
83
83
  page.response_headers['Content-Disposition'].should include("filename=\"#{filename}\"")
84
84
  page.execute_script """
85
85
  window.xhrDownload = function(url) {
@@ -1,3 +1,3 @@
1
1
  module StudyEngine
2
- VERSION = "0.0.2"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: study_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Geisel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-19 00:00:00.000000000 Z
11
+ date: 2018-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 4.2.6
19
+ version: '4.2'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 4.2.6
26
+ version: '4.2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: slim-rails
29
29
  requirement: !ruby/object:Gem::Requirement