sambal-kuali 0.0.4 → 0.0.5

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sambal-kuali (0.0.4)
4
+ sambal-kuali (0.0.5)
5
5
  test-factory (>= 0.0.2)
6
6
 
7
7
  GEM
@@ -1,6 +1,6 @@
1
- class Login < PageMaker
1
+ class Login < PageFactory
2
2
 
3
- page_url "#{TEST_SITE}/portal.do?selectedTab=main"
3
+ page_url "#{$test_site}/portal.do?selectedTab=main"
4
4
 
5
5
  element(:username_field) { |b| b.text_field(:name=>"j_username") }
6
6
  element(:password_field) { |b| b.text_field(:name=>"j_password") }
data/sambal-kuali.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  spec = Gem::Specification.new do |s|
2
2
  s.name = 'sambal-kuali'
3
- s.version = '0.0.4'
3
+ s.version = '0.0.5'
4
4
  s.summary = %q{rSmart's test framework for testing Kuali Student}
5
5
  s.description = %q{This gem is used for creating test scripts for Kuali Student.}
6
6
  s.files = Dir.glob("**/**/**")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sambal-kuali
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -101,7 +101,6 @@ files:
101
101
  - lib/sambal-kuali.rb
102
102
  - linux_headless_setup.sh
103
103
  - README.md
104
- - sambal-kuali-0.0.3.gem
105
104
  - sambal-kuali.gemspec
106
105
  homepage: https://github.com/rSmart
107
106
  licenses: []
Binary file