ilesspainfulclient-cucumber 0.0.1
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/.hgignore +1 -0
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/dictionaries/krukow.xml +9 -0
- data/.idea/encodings.xml +5 -0
- data/.idea/iLessPainfulClient.iml +17 -0
- data/.idea/jsLibraryMappings.xml +7 -0
- data/.idea/misc.xml +8 -0
- data/.idea/modules.xml +9 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +626 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +39 -0
- data/LICENSE +13 -0
- data/NOTICE +6 -0
- data/Rakefile +2 -0
- data/bin/ilesspainful-skeleton +19 -0
- data/features-skeleton/my_first.feature +8 -0
- data/features-skeleton/step_definitions/launch_steps.rb +0 -0
- data/features-skeleton/support/env.rb +1 -0
- data/ilesspainfulclient.gemspec +24 -0
- data/lib/ilesspainfulclient-cucumber/color_helper.rb +13 -0
- data/lib/ilesspainfulclient-cucumber/cucumber.rb +9 -0
- data/lib/ilesspainfulclient-cucumber/lesspainful_steps.rb +569 -0
- data/lib/ilesspainfulclient-cucumber/operations.rb +254 -0
- data/lib/ilesspainfulclient-cucumber/resources/pinch_in_ipad.base64 +188 -0
- data/lib/ilesspainfulclient-cucumber/resources/pinch_in_iphone.base64 +234 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_down_to_left_ipad.base64 +3 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_down_to_left_iphone.base64 +2 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_down_to_right_ipad.base64 +5 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_down_to_right_iphone.base64 +2 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_down_to_up_ipad.base64 +3 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_left_to_down_ipad.base64 +3 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_left_to_down_iphone.base64 +2 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_right_to_down_ipad.base64 +3 -0
- data/lib/ilesspainfulclient-cucumber/resources/rotate_home_right_to_down_iphone.base64 +2 -0
- data/lib/ilesspainfulclient-cucumber/resources/swipe_left_hard_iphone.base64 +15 -0
- data/lib/ilesspainfulclient-cucumber/resources/swipe_left_iphone.base64 +18 -0
- data/lib/ilesspainfulclient-cucumber/resources/swipe_right_hard_iphone.base64 +17 -0
- data/lib/ilesspainfulclient-cucumber/resources/swipe_right_iphone.base64 +13 -0
- data/lib/ilesspainfulclient-cucumber/version.rb +5 -0
- data/lib/ilesspainfulclient-cucumber.rb +0 -0
- metadata +132 -0
data/.hgignore
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
pkg
|
data/.idea/.name
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
iLessPainfulClient
|
data/.idea/.rakeTasks
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<Settings><!--This file was automatically generated by Ruby plugin.
|
3
|
+
You are allowed to:
|
4
|
+
1. Remove rake task
|
5
|
+
2. Add existing rake tasks
|
6
|
+
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake" /></Settings>
|
data/.idea/encodings.xml
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="NewModuleRootManager">
|
4
|
+
<content url="file://$MODULE_DIR$" />
|
5
|
+
<orderEntry type="inheritedJdk" />
|
6
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
7
|
+
<orderEntry type="library" name="JsTD Assertion Framework" level="application" />
|
8
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.6.4, RVM: ruby-1.9.2-p290) [gem]" level="application" />
|
9
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.0.20, RVM: ruby-1.9.2-p290) [gem]" level="application" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="term-ansicolor (v1.0.6, RVM: ruby-1.9.2-p290) [gem]" level="application" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.6.0, RVM: ruby-1.9.2-p290) [gem]" level="application" />
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v2.6.0, RVM: ruby-1.9.2-p290) [gem]" level="application" />
|
13
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.6.0, RVM: ruby-1.9.2-p290) [gem]" level="application" />
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.1.3, RVM: ruby-1.9.2-p290) [gem]" level="application" />
|
15
|
+
</component>
|
16
|
+
</module>
|
17
|
+
|
data/.idea/misc.xml
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="DependencyValidationManager">
|
4
|
+
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
|
5
|
+
</component>
|
6
|
+
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-1.9.2-p290" project-jdk-type="RUBY_SDK" />
|
7
|
+
</project>
|
8
|
+
|
data/.idea/modules.xml
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ProjectModuleManager">
|
4
|
+
<modules>
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/iLessPainfulClient.iml" filepath="$PROJECT_DIR$/.idea/iLessPainfulClient.iml" />
|
6
|
+
</modules>
|
7
|
+
</component>
|
8
|
+
</project>
|
9
|
+
|