lesson_builder_helpers 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af60bd807311e858a78bb758c85257a81943d3a9
4
- data.tar.gz: b80446af51c99b90f7ba277df3f19d0320464d20
3
+ metadata.gz: 986f7e1d218d61f668886623ee48cfa1cbd2d1eb
4
+ data.tar.gz: d44656f7963214a09ee0bec4d90d94e5602d40e1
5
5
  SHA512:
6
- metadata.gz: e5c5ab3c3e00d5686a5c0683ff43310a4860add5c85717d86beabbdbacb17fccdedb93473049418ad0f2783117c144f6c5924219a75d6ac21ba6b9e7c0611200
7
- data.tar.gz: b73bd30c0bb6e6bc1b53cd9f9cb0daddee1dfb9421d5c70101d7a80331dc744d687719ef60b281a8fc7c258402de80c1839a14d53ed2bd24f90702603f38538a
6
+ metadata.gz: 4cf7a0207a308aee45fcff8240597930aa0997568d63b575f1b99092e1d403b7c5005da6b74782e46266223e71bc39d38bf6aafce89368d18c23fabe0bce4332
7
+ data.tar.gz: 9fd083c8d89d67e6429a79311bbeeadd247fd7cfd473d931da526c93c645d3c62b839ba1b3fcfd66d9e8fba69a23371c6805bb841464a3361246d36aa4db10d1
@@ -2,9 +2,7 @@ module LessonBuilderHelpers
2
2
  def self.hi
3
3
  puts "Hello world!"
4
4
  end
5
- end
6
5
 
7
- module LessonBuilderHelpers::Support::Login
8
6
  def open_oauth_page
9
7
  on_login_time do
10
8
  find('#get-started-button').click if page.has_css?('#get-started-button')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lesson_builder_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sarah Michaelson
@@ -40,5 +40,5 @@ rubyforge_project:
40
40
  rubygems_version: 2.2.2
41
41
  signing_key:
42
42
  specification_version: 4
43
- summary: Amplify Lesson Builder helpers
43
+ summary: Moved everything into a single module
44
44
  test_files: []